diff --git a/web/ee/components/cycles/active-cycle/progress-header.tsx b/web/ee/components/cycles/active-cycle/progress-header.tsx index c3519965a8..50356d4db8 100644 --- a/web/ee/components/cycles/active-cycle/progress-header.tsx +++ b/web/ee/components/cycles/active-cycle/progress-header.tsx @@ -49,13 +49,13 @@ export const CycleProgressHeader: FC = (props: Props) => { onClick={handleControlLinkClick} href={`/${workspaceSlug}/projects/${projectId}/cycles/${cycleDetails.id}`} > -
-
+
+
{progress === null && } {progress && ( )} -
+
Currently active cycle
@@ -75,7 +75,7 @@ export const CycleProgressHeader: FC = (props: Props) => {
-
+