Skip to content

Commit

Permalink
rm reload on mint nft
Browse files Browse the repository at this point in the history
  • Loading branch information
iskysun96 committed May 31, 2024
1 parent 1820d17 commit db3a253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const MintNft = ({ openModal, setModalState }: BuyInterface) => {
})
console.log(result?.confirmation.assetIndex)

enqueueSnackbar('Test NFT Successfully minted', { variant: 'success' })
setLoading(false)
window.location.reload()
}

return (
Expand Down

0 comments on commit db3a253

Please sign in to comment.