From 3aa87cc26fd58836b82c067b58a47e08e30a7784 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 4 Jun 2020 00:18:50 +0800 Subject: refactor(front): Make codes lint-clean! --- Timeline/ClientApp/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Timeline/ClientApp/src/App.tsx') 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; -- cgit v1.2.3