update src/components/Product/index.js

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

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

Loading…
Cancel
Save