Kaynağa Gözat

add a semicolone

Sven Czarnian 2 yıl önce
ebeveyn
işleme
8e7bb265af
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
   }, []);