From 293f6ee3f086abe57cb14132048843de142d782c Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 12 Jun 2022 12:37:37 +0430 Subject: [PATCH] update src/components/ProductStatusCard/index.js --- src/components/ProductStatusCard/index.js | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/ProductStatusCard/index.js b/src/components/ProductStatusCard/index.js index 3e6cda9..28c0a14 100644 --- a/src/components/ProductStatusCard/index.js +++ b/src/components/ProductStatusCard/index.js @@ -87,7 +87,10 @@ const ProductStatusCard = ({

با خرید این کالا - {" " + separate(price - offerPrice) + " " + "تومان "} + {" " + + separate(price - offerPrice) + + " " + + "${`window.t(تومان)`}"} صرفه جویی کنید

@@ -95,7 +98,7 @@ const ProductStatusCard = ({