From 7d5ce48246f2fc0b306710020c2497586c76918e Mon Sep 17 00:00:00 2001 From: merelendor Date: Wed, 17 Aug 2022 05:08:58 +0300 Subject: [PATCH] support titles fix --- pages/support/appeals.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/support/appeals.js b/pages/support/appeals.js index f74221c..58d19e8 100644 --- a/pages/support/appeals.js +++ b/pages/support/appeals.js @@ -110,7 +110,7 @@ class SupportAppealsPage extends React.Component

Номер обращения: { appeal.number } от { moment(appeal.created_date, "YYYY-MM-DD").format("DD.MM.YYYY") }

-

Отвественный ОРК: { appeal.owner }

+

Отвественный сотрудник ОРК: { appeal.owner }

{ appeal.contracts.length > 0 && (

Договор{ appeal.contracts.length > 1 && "ы" }: { appeal.contracts.map((contract, contract_index) => (№ { contract }{ contract_index < appeal.contracts.length - 1 && ", " })) }

) } @@ -122,7 +122,7 @@ class SupportAppealsPage extends React.Component

{ appeal.subject }

-

Текст ответа ОРК

+

Ответ ОРК

{ appeal.answer === "" ? "Без ответа" : appeal.answer }

{ appeal.documents.length > 0 && (