diff --git a/src/components/Calendar/Calendar.jsx b/src/components/Calendar/Calendar.jsx index 9d4c99e7..c51a7c72 100644 --- a/src/components/Calendar/Calendar.jsx +++ b/src/components/Calendar/Calendar.jsx @@ -75,7 +75,7 @@ const Calendar = () => { }} />

- {month} : 60 часов + {month}: 60 часов

diff --git a/src/components/Candidate/Candidate.jsx b/src/components/Candidate/Candidate.jsx index 9787591d..2d78354c 100644 --- a/src/components/Candidate/Candidate.jsx +++ b/src/components/Candidate/Candidate.jsx @@ -127,7 +127,7 @@ const Candidate = () => {
- Вернуться к списку + К списку кандидатов
diff --git a/src/components/Modal/Tracker/ModalTicket/ModalTicket.jsx b/src/components/Modal/Tracker/ModalTicket/ModalTicket.jsx index d439669c..55896cc9 100644 --- a/src/components/Modal/Tracker/ModalTicket/ModalTicket.jsx +++ b/src/components/Modal/Tracker/ModalTicket/ModalTicket.jsx @@ -601,7 +601,7 @@ export const ModalTiсket = ({

- Проект: {projectName} + {projectName}
setActive(false)}> -

Создатель : {task.user?.fio}

+

Создатель: {task.user?.fio}

{executor ? ( -
-

Исполнитель: {executor.fio}

- avatar - deleteTaskExecutor()} - /> -
+ <> +
Исполнитель:
+
+

{executor.fio}

+ avatar + deleteTaskExecutor()} + /> +
+ ) : (