diff --git a/src/components/form/GoogleSignup.tsx b/src/components/form/GoogleSignup.tsx index f94063707..2f1a5edb5 100644 --- a/src/components/form/GoogleSignup.tsx +++ b/src/components/form/GoogleSignup.tsx @@ -16,7 +16,7 @@ import { fetchUserData } from "./SignInForm"; import useCountry from "../../hooks/useCountry"; import { Token } from "../../utils/utils"; -/* codeclimate-disable-next-line complexity */ +/* eslint-disable complexity */ const GoogleSignup = () => { const [isSuccess, setIsSuccess] = useState(false); const [isAnError, setError] = useState(null);