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();