diff --git a/web/components/cycles/cycles-list-item.tsx b/web/components/cycles/cycles-list-item.tsx index 3f284e455..c294a5119 100644 --- a/web/components/cycles/cycles-list-item.tsx +++ b/web/components/cycles/cycles-list-item.tsx @@ -149,7 +149,7 @@ export const CyclesListItem: FC = (props) => { projectId={projectId} /> - +
diff --git a/web/components/cycles/sidebar.tsx b/web/components/cycles/sidebar.tsx index 5d0f47b51..ea154d48b 100644 --- a/web/components/cycles/sidebar.tsx +++ b/web/components/cycles/sidebar.tsx @@ -305,14 +305,12 @@ export const CycleDetailsSidebar: React.FC = observer((props) => { <>
- {peekCycle && ( - - )} +
- )} +
+ + ); })}