From 39d1b42ec4dd6136c4c62c90b681626ce26793a1 Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Wed, 10 Dec 2025 12:47:33 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=83=81=EC=84=B8=20=ED=97=A4=EB=8D=94]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 파트너 아이디가 21일경우 id 값 노출안되도록 변경(2025.12.10 오현주 팀장님 요청건) --- .../src/views/DetailPanel/components/THeaderCustom.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 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 32b7380d..efa6abf8 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/THeaderCustom.jsx @@ -77,7 +77,7 @@ export default function THeaderCustom({ if(onBackButtonFocus){ onBackButtonFocus(); } - },[onBackButtonFocus]) + },[onBackButtonFocus]) return ( @@ -113,7 +113,7 @@ export default function THeaderCustom({ marqueeDisabled={marqueeDisabled} aria-label={ariaLabel} > - {prdtId && ID : {prdtId}} + {(prdtId && patnrId !== "21") && ID : {prdtId}} {convertedTitle && ( )}