浏览代码

add a semicolone

Sven Czarnian 2 年之前
父节点
当前提交
8e7bb265af
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
   }, []);