task priority

This commit is contained in:
Mikola
2023-11-21 16:53:05 +03:00
parent 8c440ce7c7
commit 4301732c26
4 changed files with 10 additions and 10 deletions

View File

@ -1013,7 +1013,7 @@ export const ModalTiсket = ({
<span>
{typeof taskPriority === "number"
? priority[taskPriority]
: "Выберете приоритет"}
: "Выберите приоритет"}
</span>
<img
className={selectPriorityOpen ? "open" : ""}