Skip to content

Commit

Permalink
fix..
Browse files Browse the repository at this point in the history
  • Loading branch information
adetyaz committed Oct 10, 2024
1 parent 7496ef7 commit 539411f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default function Home({ params }: { params: { id: string } }) {

useEffect(() => {
//@ts-ignore
if (account && !mintedNFTs && !mintedNFTs[0]?.token_hash) {
if (address && !mintedNFTs && !mintedNFTs[0]?.token_hash) {
setTimeout(() => {
setUnlockClaimed(true)
}, 60000)
Expand Down

0 comments on commit 539411f

Please sign in to comment.