From cd5f2d4de38aa6a222bc131b79506e5c6644b3e0 Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Fri, 6 Oct 2023 15:25:32 +0800 Subject: [PATCH] title: auto des: auto note:auto --- src/app_modules/home/view.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app_modules/home/view.tsx b/src/app_modules/home/view.tsx index 6e4bcf50..28870b81 100644 --- a/src/app_modules/home/view.tsx +++ b/src/app_modules/home/view.tsx @@ -97,10 +97,10 @@ export default function HomeView() { setToken(data); } - const [profile, setProfile] = useAtom(gs_profile); - useShallowEffect(() => { - loadDataProfile(setProfile); - }, []); + // const [profile, setProfile] = useAtom(gs_profile); + // useShallowEffect(() => { + // loadDataProfile(setProfile); + // }, []); // const [foto, setFoto] = useAtom(gs_fotoProfile); // useShallowEffect(() => { @@ -120,7 +120,7 @@ export default function HomeView() { <> {/*
{JSON.stringify(profile, null, 2)}
*/} - + {/* } - + */} logo