Skip to content

Commit

Permalink
fix: change toast type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Dec 5, 2023
1 parent 8ace8cc commit bd78077
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const useGatewayService = () => {
if (await isTenChain()) {
if (!userID || !isValidUserIDFormat(userID)) {
showToast(
ToastType.WARNING,
ToastType.DESTRUCTIVE,
"Existing Ten network detected in MetaMask. Please remove before hitting begin"
);
return;
Expand Down

0 comments on commit bd78077

Please sign in to comment.