From 1cfc90c644c73b79650e0cfd2c3d68fcc386127a Mon Sep 17 00:00:00 2001 From: kennyg37 Date: Tue, 15 Oct 2024 14:35:05 +0200 Subject: [PATCH] function configuration --- src/components/form/GoogleSignup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);