Skip to content

Commit ca7186e

Browse files
committed
fix: enable Nebula back
1 parent fa92569 commit ca7186e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/dashboard/src/app/(dashboard)/hackweek/[chain_id]/[address]/components/WalletDashboard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function WalletDashboard(props: {
2525

2626
return (
2727
<div className="grid gap-6">
28-
{/* {!isLoadingERC20 && !isLoadingNFTs && (
28+
{!isLoadingERC20 && !isLoadingNFTs && (
2929
<NebulaInterface
3030
chain={props.chain}
3131
address={props.address}
@@ -34,7 +34,7 @@ export function WalletDashboard(props: {
3434
tokens={tokens}
3535
nfts={nfts}
3636
/>
37-
)} */}
37+
)}
3838

3939
<ActivityOverview
4040
chain={props.chain}

0 commit comments

Comments
 (0)