Skip to content

Commit db3a253

Browse files
committed
rm reload on mint nft
1 parent 1820d17 commit db3a253

File tree

1 file changed

+1
-1
lines changed
  • projects/orakle-nft-marketplace-app-frontend/src/components

1 file changed

+1
-1
lines changed

projects/orakle-nft-marketplace-app-frontend/src/components/MintNft.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ const MintNft = ({ openModal, setModalState }: BuyInterface) => {
3838
})
3939
console.log(result?.confirmation.assetIndex)
4040

41+
enqueueSnackbar('Test NFT Successfully minted', { variant: 'success' })
4142
setLoading(false)
42-
window.location.reload()
4343
}
4444

4545
return (

0 commit comments

Comments
 (0)