fix: remove currency symbol to avoid double currency symbol with some upgrade buttons (#448)
This commit is contained in:
committed by
GitHub
parent
b1fdbcccf3
commit
d8243d6ea8
@@ -53,7 +53,7 @@ function FormattedPricing(props) {
|
||||
{intl.formatMessage(messages.srPrices, { discountedPrice, originalPrice })}
|
||||
</span>
|
||||
<span aria-hidden="true">
|
||||
<span>{currencySymbol}{discountedPrice}</span> (<del>{currencySymbol}{originalPrice}</del>)
|
||||
<span>{discountedPrice}</span> (<del>{originalPrice}</del>)
|
||||
</span>
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user