From 77b323f5628696ab7cd14f56d039971c4c599bb9 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:49:16 +0530 Subject: [PATCH] chore: cycle list page improvement (#4195) --- 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 0239f1d78..622ca1ae0 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 }) => ( <>