From cf4cc09f37028802254a05a2b1e2b0feaabc08c8 Mon Sep 17 00:00:00 2001 From: "jiwon93.son" Date: Mon, 22 Sep 2025 17:42:14 +0900 Subject: [PATCH] =?UTF-8?q?Hot=20Picks=20=EB=9E=9C=EB=94=A9=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=94=94=ED=85=8C=EC=9D=BC=20=EC=A7=84?= =?UTF-8?q?=EC=9E=85=20=EC=8B=9C=20DESCRIPTION=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=AF=B8=EB=85=B8=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/DetailPanel/ThemeProduct/ShowProduct.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ShowProduct.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ShowProduct.jsx index b2c3b8a0..4f879244 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ShowProduct.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ShowProduct.jsx @@ -276,7 +276,7 @@ export default function ShowOption({ isBillingProductVisible={isBillingProductVisible} isCall isFullOption={showProductInfo?.pmtSuptYn === "Y"} - isDescription={!showProductInfo?.pmtSuptYn === "Y"} + isDescription={showProductInfo?.pmtSuptYn !== "Y"} thumbnailUrl={showProductInfo?.imgUrls600[0]} productInfo={showProductInfo} />