[FeaturedBrandsPanel] fixed issue, SHOPTIME-3039, TV 앱 테스트 (QA)
This commit is contained in:
@@ -66,7 +66,10 @@ export default function SeriesProductGrid({
|
||||
/>
|
||||
</li>
|
||||
{brandSeriesProductInfo.map(
|
||||
({ offerInfo, prdtId, prdtImgUrl, prdtNm, priceInfo }, index) => (
|
||||
(
|
||||
{ offerInfo, prdtId, prdtImgUrl, prdtNm, priceInfo, soldoutFlag },
|
||||
index
|
||||
) => (
|
||||
<li
|
||||
key={"brand-series-product-info-" + prdtId}
|
||||
data-spotlight-id={"brand-series-product-info-" + prdtId}
|
||||
@@ -75,14 +78,15 @@ export default function SeriesProductGrid({
|
||||
<TItemCard
|
||||
imageAlt={prdtNm}
|
||||
imageSource={prdtImgUrl}
|
||||
label={index * 1 + 1 + " of " + brandSeriesProductInfo.length}
|
||||
lastLabel=" go to detail, button"
|
||||
offerInfo={offerInfo}
|
||||
onClick={handleClick(prdtId)}
|
||||
onFocus={index < 3 && handleFocus}
|
||||
priceInfo={priceInfo}
|
||||
productId={prdtId}
|
||||
productName={prdtNm}
|
||||
label={index * 1 + 1 + " of " + brandSeriesProductInfo.length}
|
||||
lastLabel=" go to detail, button"
|
||||
soldoutFlag={soldoutFlag}
|
||||
spotlightId={
|
||||
"series-grid-spotlightId-" + removeDotAndColon(prdtId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user