Skip to content

Commit

Permalink
[Issue-1967] Fake error minting for test
Browse files Browse the repository at this point in the history
  • Loading branch information
S2kael committed Oct 19, 2023
1 parent b4b764a commit 79ccfa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ const Component = () => {
address: currentFrom
})
.then((value) => {
setIsMinted(value);
setIsMinted(false);
})
.finally(() => {
setCheckMintLoading(false);
Expand Down

0 comments on commit 79ccfa7

Please sign in to comment.