Skip to content

Commit

Permalink
fix: address changed does not require faucet status reset
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Jul 16, 2022
1 parent 49c9e87 commit 59494d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/account/Faucet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const Faucet = ({ network, address, symbol }: { network: Network; address

useEffect(() => {
setStatus(null); // reset status
}, [network, address, symbol]);
}, [network, symbol]);

return (
<>
Expand Down

0 comments on commit 59494d4

Please sign in to comment.