remove last

This commit is contained in:
Victor Batischev
2024-02-28 19:59:56 +03:00
parent 57cc2bc1fa
commit 59d0f5eae6
11 changed files with 28 additions and 27 deletions

View File

@ -967,7 +967,7 @@ export const ProjectTracker = () => {
alt="avatar"
/>
<span>
{task.executor?.fio ||
{removeLast(task.executor?.fio) ||
"Исполнитель не назначен"}
</span>
</div>