From 06dd68af4d9d56f0360e6cffb0661d96b05acf21 Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Fri, 6 Oct 2023 16:31:50 +0800 Subject: [PATCH] title: auto des: auto note:auto --- src/app_modules/home/view.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 ( <>