수정
This commit is contained in:
@@ -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() }
|
||||
|
||||
Reference in New Issue
Block a user