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} />