From f9a7ee8f79537599b82526969af4486b2f34a976 Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Tue, 25 Jun 2024 15:35:35 +0900 Subject: [PATCH] [FeaturedBrandsPanel] fixed typo, spotlightId --- .../src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx index a961d2da..a5ffc0c5 100644 --- a/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx +++ b/com.twin.app.shoptime/src/views/FeaturedBrandsPanel/FeaturedBrandsPanel.jsx @@ -708,7 +708,7 @@ export default function FeaturedBrandsPanel({ brandLayoutInfo, TEMPLATE_CODE_CONF.BEST_SELLER )} - spotlightId={TEMPLATE_CODE_CONF.TODAYS_DEALS} + spotlightId={TEMPLATE_CODE_CONF.BEST_SELLER} selectedPatnrId={selectedPatnrId} /> )}