aboutsummaryrefslogtreecommitdiff
path: root/src/index.tsx
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-14 20:43:05 +0300
committereug-vs <eug-vs@keemail.me>2020-06-14 20:43:05 +0300
commitfbe489c83e9ef4c03b87624a4dec66de61af364a (patch)
tree3d455f133b5afa1e6a1c30c4589ef3db39dd4c4e /src/index.tsx
parent61a424debfbfa98570e070fbf25d03aa9c56d679 (diff)
downloadwhich-ui-fbe489c83e9ef4c03b87624a4dec66de61af364a.tar.gz
style: fix eslint errors
Diffstat (limited to 'src/index.tsx')
-rw-r--r--src/index.tsx1
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) {