Skip to content

Commit

Permalink
fix(bridge-ui-v2): update mint button state (#14720)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Sep 19, 2023
1 parent 4a0c260 commit 3ee161b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bridge-ui-v2/src/components/Faucet/Faucet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
}
} finally {
minting = false;
updateMintButtonState(connected, selectedToken, $network);
}
}
Expand Down

1 comment on commit 3ee161b

@vercel
Copy link

@vercel vercel bot commented on 3ee161b Sep 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bridge-ui-v2-internal – ./packages/bridge-ui-v2

bridge-ui-v2-internal-taikoxyz.vercel.app
bridge-ui-v2-internal.vercel.app
bridge-ui-v2-internal-git-main-taikoxyz.vercel.app

Please sign in to comment.