update src/components/Product/index.js

temp
mahdi 2 years ago
parent 7644829a21
commit 09fba1ce8d
  1. 2
      src/components/Product/index.js

@ -99,7 +99,7 @@ const ProductDesign = ({
)}
{productCat && (
<span className={`text-sm py-1 font-normal text-blueC0`}>
{'${window.t("پایه")}' + " " + grades[product?.gradeId]}
{`${window.t("پایه")}` + " " + grades[product?.gradeId]}
</span>
)}
</div>

Loading…
Cancel
Save