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 22195bda..f741cabf 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ProductAllSection/ProductAllSection.jsx @@ -527,7 +527,7 @@ export default function ProductAllSection({ )} aria-label="Download Button" > - {downloadCouponArr.length > 0 && downloadCouponArr.includes(cpnSno) + {downloadCouponArr.length > 0 && downloadCouponArr.includes(cpnSno) && duplDwldYn === 'N' ? $L('DOWNLOAD COMPLETED') : $L('DOWNLOAD')}