From fa588d77a4e9916350a98a987921eaeaf3a06ffe Mon Sep 17 00:00:00 2001 From: Nastya Date: Sat, 6 Apr 2024 02:02:58 +0300 Subject: [PATCH] - --- src/pages/Tariffs/Tariffs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Tariffs/Tariffs.tsx b/src/pages/Tariffs/Tariffs.tsx index b4f9873a..0bcb98fd 100644 --- a/src/pages/Tariffs/Tariffs.tsx +++ b/src/pages/Tariffs/Tariffs.tsx @@ -336,7 +336,7 @@ function TariffPage() { component="h2" mb="20px" > - Вы подтверждаете платёж в сумму {openModal.price.toFixed(2)} ₽ + Вы подтверждаете платёж в сумму {openModal.price ? openModal.price.toFixed(2) : 0} ₽