корректная передача суммы
This commit is contained in:
parent
8cf57b5308
commit
9839f8b9de
@ -49,7 +49,7 @@ export const createTariffElements = (
|
||||
onClick: () =>
|
||||
onclick({
|
||||
id: tariff._id,
|
||||
price: currencyFormatter.format(priceAfterDiscounts / 100),
|
||||
price: (priceAfterDiscounts / 100),
|
||||
}),
|
||||
}}
|
||||
headerText={tariff.name}
|
||||
|
Loading…
Reference in New Issue
Block a user