diff --git a/src/pages/home/home-page.tsx b/src/pages/home/home-page.tsx index b061c41..22024d0 100644 --- a/src/pages/home/home-page.tsx +++ b/src/pages/home/home-page.tsx @@ -46,7 +46,7 @@ export const HomePage = () => { const [bottomBannerOn, setBottomBannerOn] = useState(false); const [authRegisterOn, setAuthRegisterOn] = useState(false); - const [, setFavoriteItems] = useState>([]); + const [favoriteItems, setFavoriteItems] = useState>([]); const [bannerList, setBannerList] = useState>([]); const callHomeBannerList = () => {