diff --git a/web/components/cycles/list/cycles-list-item.tsx b/web/components/cycles/list/cycles-list-item.tsx index c9c3992f2..7ee797bb2 100644 --- a/web/components/cycles/list/cycles-list-item.tsx +++ b/web/components/cycles/list/cycles-list-item.tsx @@ -198,7 +198,7 @@ export const CyclesListItem: FC = observer((props) => { {renderDate && `${renderFormattedDate(startDate) ?? `_ _`} - ${renderFormattedDate(endDate) ?? `_ _`}`} -
+
{currentCycle && (
= observer((props) => {
-
+
{renderDate && (