fix formatting
Some checks failed
checks-impure / test (pull_request) Successful in 31s
checks / test (pull_request) Failing after 2m16s

This commit is contained in:
erdemarslan
2023-12-09 18:36:24 +01:00
parent 647fc33acd
commit 01ce85bb15
4 changed files with 44 additions and 32 deletions

View File

@@ -22,7 +22,9 @@ export default function AccessPoint() {
.then((resp) =>
resp.json().then((jsonData) => {
console.log(jsonData);
jsonData.length > 0 ? setRepositoryData(jsonData) : setRepositoryData(APServiceRepositoryDummyData);
jsonData.length > 0
? setRepositoryData(jsonData)
: setRepositoryData(APServiceRepositoryDummyData);
}),
)
.then()