diff --git a/src/client/stores/CalculationStore/Effects/action.ts b/src/client/stores/CalculationStore/Effects/action.ts index 82294f4..be7890e 100644 --- a/src/client/stores/CalculationStore/Effects/action.ts +++ b/src/client/stores/CalculationStore/Effects/action.ts @@ -18,7 +18,7 @@ const actions: TAction = { openNotification({ type: 'error', title: 'Ошибка во время создания интереса', - description: 'Не указан контакт клиента!', + description: 'Не указан контакт клиента', })(); } if (!newClient && !account) { @@ -27,7 +27,7 @@ const actions: TAction = { openNotification({ type: 'error', title: 'Ошибка во время создания интереса', - description: 'Не указан клиент!', + description: 'Не указан клиент', })(); } if (!commentLead) { @@ -35,7 +35,7 @@ const actions: TAction = { openNotification({ type: 'error', title: 'Ошибка во время создания интереса', - description: 'Не указан комментарий к интересу!', + description: 'Не указан комментарий к интересу', })(); } if (contact && !phoneNumber) {