mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 21:23:07 +00:00
H M L
This commit is contained in:
@@ -365,7 +365,7 @@ export const KanbanCard = memo(function KanbanCard({
|
|||||||
)}
|
)}
|
||||||
data-testid={`priority-badge-${feature.id}`}
|
data-testid={`priority-badge-${feature.id}`}
|
||||||
>
|
>
|
||||||
P{feature.priority}
|
{feature.priority === 1 ? "H" : feature.priority === 2 ? "M" : "L"}
|
||||||
</div>
|
</div>
|
||||||
</TooltipTrigger>
|
</TooltipTrigger>
|
||||||
<TooltipContent side="right" className="text-xs">
|
<TooltipContent side="right" className="text-xs">
|
||||||
|
|||||||
Reference in New Issue
Block a user