diff --git a/app/src/components/FaucetForm/Faucet.tsx b/app/src/components/FaucetForm/Faucet.tsx index 70d048e..447a39f 100644 --- a/app/src/components/FaucetForm/Faucet.tsx +++ b/app/src/components/FaucetForm/Faucet.tsx @@ -75,8 +75,11 @@ function Faucet({ enabledTokens, chainId, setLoading }: FaucetProps): JSX.Elemen .post(apiURL, req) .then((response) => { setWalletAddress("") - setToken(null) + if (enabledTokens.length > 1 ) { + setToken(null) + } + // Reset captcha setCaptchaToken("") captchaRef.current?.resetCaptcha()