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 28, 2023
1 parent 0c15d9b commit ff6b895
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

0 comments on commit ff6b895

Please sign in to comment.