Skip to content

Commit

Permalink
fix(bridge-ui-v2): Show warnings on faucet correctly (#14676)
Browse files Browse the repository at this point in the history
Co-authored-by: Korbinian <[email protected]>
  • Loading branch information
xiaodino and KorbinianK committed Sep 28, 2023
1 parent 2fdd667 commit 3ff8e0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/bridge-ui-v2/src/components/Faucet/Faucet.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
let selectedToken: Token;
let mintButtonEnabled = false;
let alertMessage = '';
let mintableTokens: Token[] = [];
const onlyMintable: boolean = true;
async function switchNetworkToL1() {
if (switchingNetwork) return;
Expand Down

0 comments on commit 3ff8e0a

Please sign in to comment.