[FeaturedBrandsPanel] test, webOS 4.5v

This commit is contained in:
younghoon100.park
2024-07-11 09:50:39 +09:00
parent e78fc49262
commit 9704b25702
2 changed files with 7 additions and 6 deletions

View File

@@ -73,11 +73,13 @@ export default memo(function FeaturedBestSeller({
data-title="best-seller"
label="best-seller Heading 1"
/>
<FeaturedBestSellerList
brandBestSellerInfo={brandBestSellerInfo}
handleItemFocus={_handleItemFocus}
selectedPatnrId={selectedPatnrId}
/>
<div>
<FeaturedBestSellerList
brandBestSellerInfo={brandBestSellerInfo}
handleItemFocus={_handleItemFocus}
selectedPatnrId={selectedPatnrId}
/>
</div>
</Container>
);
});

View File

@@ -2,7 +2,6 @@
@import "../../../style/utils.module.less";
.container {
position: relative;
width: 100%;
margin-bottom: 58px;