[offerInfo] Props 추가건
- home/bestseller, home/subcategory 추가.
This commit is contained in:
@@ -79,6 +79,7 @@ const BestSeller = () => {
|
||||
onFocus={index === 0 ? handleScrollReset : null}
|
||||
onBlur={handleStopScrolling}
|
||||
onClick={() => handleCardClick(item)}
|
||||
offerInfo={item.offerInfo}
|
||||
/>
|
||||
))}
|
||||
|
||||
|
||||
@@ -132,6 +132,7 @@ const SubCategory = () => {
|
||||
onFocus={index === 0 ? handleScrollReset : null}
|
||||
onBlur={handleStopScrolling}
|
||||
onClick={() => handleCardClick(item)}
|
||||
offerInfo={item.offerInfo}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user