From bbb9e64120df0e4c22e37eb0c9722ff5214cc7c9 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Tue, 16 Dec 2025 12:20:23 +0900 Subject: [PATCH] [TheaderCustom] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - theme 상품 상세에서 theme명 노출부분 변경 처리. --- .../src/views/DetailPanel/components/THeaderCustom.jsx | 6 +++--- .../views/DetailPanel/components/THeaderCustom.module.less | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx b/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx index efa6abf8..32fd7a85 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx @@ -93,9 +93,6 @@ export default function THeaderCustom({ role="button" /> )} - {type === "theme" && themeTitle && ( - - )} {kind ? ( "" ) : ( @@ -107,6 +104,9 @@ export default function THeaderCustom({ }} /> )} + {type === "theme" && themeTitle && ( + + )}