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