-
This commit is contained in:
parent
7e14ebdeeb
commit
fa588d77a4
@ -336,7 +336,7 @@ function TariffPage() {
|
||||
component="h2"
|
||||
mb="20px"
|
||||
>
|
||||
Вы подтверждаете платёж в сумму {openModal.price.toFixed(2)} ₽
|
||||
Вы подтверждаете платёж в сумму {openModal.price ? openModal.price.toFixed(2) : 0} ₽
|
||||
</Typography>
|
||||
<Button variant="contained" onClick={() => tryBuy(openModal)}>
|
||||
купить
|
||||
|
Loading…
Reference in New Issue
Block a user