From 24c11dfe7f64d82cddbb82c47ab172c38e73241f Mon Sep 17 00:00:00 2001 From: "junghoon86.park" Date: Fri, 21 Nov 2025 13:16:08 +0900 Subject: [PATCH] =?UTF-8?q?[=EC=83=81=EC=84=B8=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=BF=A0=ED=8F=B0=20=EB=85=B8=EC=B6=9C]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 회원정보 있을때 노출되도록 수정 --- .../views/DetailPanel/ProductAllSection/ProductAllSection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx index afa56279..e7d13098 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -1267,7 +1267,7 @@ export default function ProductAllSection({ - {promotions.map((promotion, idx) => { + {userNumber && promotions.map((promotion, idx) => { return(