From 8e7bb265af87b71ed53cf4221278f0fd6ee09f47 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Fri, 4 Nov 2022 13:14:34 +0100 Subject: [PATCH] add a semicolone --- src/contexts/authcontext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contexts/authcontext.tsx b/src/contexts/authcontext.tsx index cdaacc5..870c07d 100644 --- a/src/contexts/authcontext.tsx +++ b/src/contexts/authcontext.tsx @@ -47,7 +47,7 @@ export const AuthProvider = ({ children }: { children: any }) => { }, }); navigate('/'); - }) + }); // eslint-disable-next-line react-hooks/exhaustive-deps }, []);