diff --git a/src/components/Verify/Captcha.tsx b/src/components/Verify/Captcha.tsx index 484c23b..4e2073d 100644 --- a/src/components/Verify/Captcha.tsx +++ b/src/components/Verify/Captcha.tsx @@ -89,7 +89,7 @@ const Captcha: FC = () => {

)} - {!isSuccess && ( + {!isSuccess && !error && (