diff --git a/web/components/cycles/cycles-board-card.tsx b/web/components/cycles/cycles-board-card.tsx index 22b59fc5f..44f136b56 100644 --- a/web/components/cycles/cycles-board-card.tsx +++ b/web/components/cycles/cycles-board-card.tsx @@ -155,20 +155,20 @@ export const CyclesBoardCard: FC = (props) => { /> -
+
- {cycle.name} + {cycle.name}
{currentCycle && ( = (props) => {
{cycle.assignees.length > 0 && ( -
+
{cycle.assignees.map((assignee) => ( @@ -208,7 +208,7 @@ export const CyclesBoardCard: FC = (props) => { tooltipContent={isNaN(completionPercentage) ? "0" : `${completionPercentage.toFixed(0)}%`} position="top-left" > -
+
= (props) => { }} >
= (props) => { ) : ( No due date )} -
+
{cycle.is_favorite ? ( ) : (