From f51e8bbfc51697a661fda54c2a414812cb8c5795 Mon Sep 17 00:00:00 2001 From: optrader Date: Mon, 8 Dec 2025 12:25:30 +0900 Subject: [PATCH] [251208] fix: GNB-Featured Brands mock menu remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 12. 08. 12:25:30 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +3쀄 β€’ μ‚­μ œ: -19쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/components/TabLayout/TabLayout.jsx πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ UI μ»΄ν¬λ„ŒνŠΈ μ•„ν‚€ν…μ²˜ κ°œμ„  β€’ μ½”λ“œ 정리 및 μ΅œμ ν™” Performance: μ½”λ“œ μ΅œμ ν™”λ‘œ μ„±λŠ₯ κ°œμ„  κΈ°λŒ€ --- .../src/components/TabLayout/TabLayout.jsx | 22 +++---------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/com.twin.app.shoptime/src/components/TabLayout/TabLayout.jsx b/com.twin.app.shoptime/src/components/TabLayout/TabLayout.jsx index 464cd645..04cb6bc3 100644 --- a/com.twin.app.shoptime/src/components/TabLayout/TabLayout.jsx +++ b/com.twin.app.shoptime/src/components/TabLayout/TabLayout.jsx @@ -172,23 +172,8 @@ export default function TabLayout({ topPanelName, onTabActivated, panelInfo }) { break; //λΈŒλžœλ“œ case 10300: - result = [ - // NBCU λΈŒλžœλ“œ (ν•˜λ“œμ½”λ”©) - { - icons: FeaturedBrandIcon, - id: 'nbcu-brand', - path: 'assets/images/featuredBrands/nbcu.svg', - patncNm: 'NBCU', - spotlightId: 'spotlight_featuredbrand_nbcu', - target: [ - { - name: panel_names.FEATURED_BRANDS_PANEL, - panelInfo: { from: 'gnb', patnrId: 'NBCU' }, - }, - ], - }, - // APIμ—μ„œ κ°€μ Έμ˜¨ κΈ°μ‘΄ λΈŒλžœλ“œλ“€ - ...(data?.shortFeaturedBrands?.map((item) => ({ + result = + data?.shortFeaturedBrands?.map((item) => ({ icons: FeaturedBrandIcon, id: item.patnrId, path: item.patncLogoPath, @@ -200,8 +185,7 @@ export default function TabLayout({ topPanelName, onTabActivated, panelInfo }) { panelInfo: { from: 'gnb', patnrId: item.patnrId }, }, ], - })) || []), - ]; + })) || []; break; // case 10600: