From 5595693e4cfa6b8b4251cacc0d39b650daa15060 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=A0=EB=8F=99=EC=98=81?= Date: Mon, 1 Jul 2024 18:00:33 +0900 Subject: [PATCH] =?UTF-8?q?[DetailPanel]=20Description=20popUp=20=EB=8B=A4?= =?UTF-8?q?=EA=B5=AD=EC=96=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DetailPanel/components/indicator/IndicatorOptions.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/IndicatorOptions.jsx b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/IndicatorOptions.jsx index 83670fc1..d3c8a37f 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/IndicatorOptions.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/IndicatorOptions.jsx @@ -166,7 +166,7 @@ export default function IndicatorOptions({ productInfo?.prdtDesc && - descriptionClick("DESCRIPTION", productInfo?.prdtDesc) + descriptionClick($L("DESCRIPTION"), productInfo?.prdtDesc) } className={!productInfo?.prdtDesc && css.buttonDisable} spotlightDisabled={!productInfo?.prdtDesc} @@ -183,7 +183,7 @@ export default function IndicatorOptions({ productInfo?.prdtDesc && - descriptionClick("DESCRIPTION", productInfo?.prdtDesc) + descriptionClick($L("DESCRIPTION"), productInfo?.prdtDesc) } className={!productInfo?.prdtDesc && css.buttonDisable} spotlightDisabled={!productInfo?.prdtDesc} @@ -195,7 +195,7 @@ export default function IndicatorOptions({ onClick={() => productInfo?.prodRtunIntchDescCtntc && descriptionClick( - "RETURNS & EXCHANGES", + $L("RETURNS & EXCHANGES"), productInfo?.prodRtunIntchDescCtntc ) }