Skip to content

Commit

Permalink
function configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyg37 committed Oct 15, 2024
1 parent 4f40828 commit 1cfc90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/GoogleSignup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<string | null>(null);
Expand Down

0 comments on commit 1cfc90c

Please sign in to comment.