From 53f3357149d26160408bb403c0206a87b69cd5f1 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:36:34 +0530 Subject: [PATCH] chore: cycle list page alignment (#4041) --- web/components/cycles/list/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/cycles/list/root.tsx b/web/components/cycles/list/root.tsx index ef05228ee..0239f1d78 100644 --- a/web/components/cycles/list/root.tsx +++ b/web/components/cycles/list/root.tsx @@ -29,7 +29,7 @@ export const CyclesList: FC = observer((props) => { isArchived={isArchived} /> {completedCycleIds.length !== 0 && ( - + {({ open }) => ( <>