[DetailPanel] promotionProduct price && patnr name update

This commit is contained in:
고동영
2024-08-12 10:47:52 +09:00
parent f3bc6032c8
commit 7dfb1d9f3c

View File

@@ -207,14 +207,10 @@ export default function UnableOption({
{discountRate && Number(discountRate.replace("%", "")) > 4 && (
<div className={css.rateTag}>{discountRate}</div>
)}
<span className={css.name}>
{patncNm
? patncNm + " " + $L("Price")
: patnrName + $L("Price")}
</span>
<span className={css.name}>{$L("Shop Time Price")}</span>
</div>
<div className={css.btmLayer}>
<span className={css.price}>{price3}</span>
<span className={css.price}>{discountedPrice}</span>
<span className={css.discountedPrc}>
{originalPrice &&
parseFloat(originalPrice.replace("$", "")) === 0