корректная передача суммы

This commit is contained in:
Nastya 2024-02-21 20:13:46 +03:00
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}