This commit is contained in:
focp212@naver.com
2025-10-02 16:15:22 +09:00
parent ce2f2aaae9
commit e2fb4fd59e
3 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ export const FavoriteWrapper = ({
<Swiper
spaceBetween={ 9 }
slidesPerView={ 4 }
style={{height: '75px'}}
style={{height: ((usingType === 'home') && (favoriteItems.length < 1))? '0px': '75px'}}
>
{ (favoriteItems.length > 0) && makeFavoriteItems() }
{ makeAddFavoriteItem() }