Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adetyaz committed Jul 19, 2024
1 parent 484ea8c commit ffe774b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ export default function Home({ params }: { params: { id: string } }) {
Unlock
</button>
</div>
{!account.address && (
{/* {!account.address && (
<div className='absolute inset-0'>
<ConnectWalletModal />
</div>
)}
)} */}
{account.address && unlockModal && (
<div className='absolute inset-0'>
<NfcMintPopUp
Expand Down

0 comments on commit ffe774b

Please sign in to comment.