diff --git a/src/app_modules/home/view.tsx b/src/app_modules/home/view.tsx index 93465994..694a1940 100644 --- a/src/app_modules/home/view.tsx +++ b/src/app_modules/home/view.tsx @@ -119,14 +119,14 @@ export default function HomeView() { }, [profile?.imagesId]); - const [listPorto, setListPorto] = useAtom(gs_ListPortofolio); - useShallowEffect(() => { - getListPorto(profile?.id); - }, [profile?.id]); - async function getListPorto(id: string) { - const data = await getListPortofolio(id); - setListPorto(data); - } + // const [listPorto, setListPorto] = useAtom(gs_ListPortofolio); + // useShallowEffect(() => { + // getListPorto(profile?.id); + // }, [profile?.id]); + // async function getListPorto(id: string) { + // const data = await getListPortofolio(id); + // setListPorto(data); + // } return ( <>