Skip to content

Commit

Permalink
[Hot-fix] Update for testing (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Dec 5, 2024
1 parent a873580 commit 532079d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ const Component: React.FC<Props> = (props: Props) => {
setIsLoading(false);
} else if (mintingLog?.status === 'minting') {
mintingFlag.current = true;
setIsLoading(true);
setIsLoading(false);
} else if (mintingLog?.status === 'submitted') {
mintingFlag.current = true;
setIsLoading(true);
Expand Down

0 comments on commit 532079d

Please sign in to comment.