From 63c66d0c63fb815d1e8fe84ae8b662d075e6b0ad Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Tue, 3 Oct 2023 09:47:45 +0800 Subject: [PATCH] title: auto des: auto note:auto --- src/app_modules/home/view.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app_modules/home/view.tsx b/src/app_modules/home/view.tsx index 524fdb70..1657e0ae 100644 --- a/src/app_modules/home/view.tsx +++ b/src/app_modules/home/view.tsx @@ -8,6 +8,7 @@ import { useShallowEffect } from "@mantine/hooks"; export default function HomeView() { const [token, setToken] = useState(null); + useShallowEffect(() => { userToken();