Skip to content

Commit

Permalink
address hydration error solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukman-01 committed Nov 3, 2024
1 parent feda974 commit c26025d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ const StatusSection = ({ connectedAddress, isAllowListed, isCheckedIn, isLoading
</div>
</CardHeader>
<CardContent>
<p className="text-sm opacity-70">
<div className="text-sm opacity-70">
Active with wallet address: <Address address={connectedAddress} />
</p>
</div>
</CardContent>
</Card>
);
Expand Down

0 comments on commit c26025d

Please sign in to comment.