Explorar o código

add a semicolone

Sven Czarnian %!s(int64=2) %!d(string=hai) anos
pai
achega
8e7bb265af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/contexts/authcontext.tsx

+ 1 - 1
src/contexts/authcontext.tsx

@@ -47,7 +47,7 @@ export const AuthProvider = ({ children }: { children: any }) => {
         },
       });
       navigate('/');
-    })
+    });
   // eslint-disable-next-line react-hooks/exhaustive-deps
   }, []);