aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/App.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/src/App.tsx')
-rw-r--r--Timeline/ClientApp/src/App.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/ClientApp/src/App.tsx b/Timeline/ClientApp/src/App.tsx
index d3cfbd8a..befa2a9c 100644
--- a/Timeline/ClientApp/src/App.tsx
+++ b/Timeline/ClientApp/src/App.tsx
@@ -32,7 +32,7 @@ const App: React.FC = () => {
const user = useOptionalUser();
React.useEffect(() => {
- checkUserLoginState();
+ void checkUserLoginState();
}, []);
let body;