From 9c9655ae02aafdfdf47800961435b193a13fdacf Mon Sep 17 00:00:00 2001 From: "opacity@t-win.kr" Date: Fri, 8 Aug 2025 15:31:15 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=84=EB=A1=9C=EB=AA=A8=EC=85=98=20off=20te?= =?UTF-8?q?xt=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/DetailPanel/components/indicator/Indicator.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/Indicator.jsx b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/Indicator.jsx index 9fcdd875..eca489da 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/Indicator.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/components/indicator/Indicator.jsx @@ -363,6 +363,7 @@ function Indicator({ const priceDifference = originalPrice - discountedPrice; return `$${priceDifference}`; })()} +
{$L("OFF")} )}