diff options
Diffstat (limited to 'src/index.tsx')
-rw-r--r-- | src/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index 5ab1910..55bf773 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -42,7 +42,6 @@ const App: React.FC = () => { setUser(undefined); }; - useEffect(() => { const userId = localStorage.getItem('userId'); if (userId) { |