Skip to content

Commit

Permalink
Merge branch 'develop' into tooling-dashboard/improve-date-format
Browse files Browse the repository at this point in the history
  • Loading branch information
evavirseda authored Dec 30, 2024
2 parents 10bbf9f + 003f135 commit 3137a48
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions apps/wallet/src/ui/app/pages/home/nfts/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function NftsPage() {
const {
data: ownedAssets,
hasNextPage,
isLoading,
isFetchingNextPage,
fetchNextPage,
error,
Expand Down Expand Up @@ -141,14 +140,6 @@ function NftsPage() {
}
}, [hasNextPage, ownedAssets, isFetchingNextPage]);

if (isLoading) {
return (
<div className="mt-1 flex w-full justify-center">
<LoadingIndicator />
</div>
);
}

return (
<PageTemplate title="Assets" isTitleCentered>
<div className="flex h-full w-full flex-col items-start gap-md">
Expand Down

0 comments on commit 3137a48

Please sign in to comment.