diff --git a/web/core/components/cycles/quick-actions.tsx b/web/core/components/cycles/quick-actions.tsx index a64f6fd16db..0b8e0794c10 100644 --- a/web/core/components/cycles/quick-actions.tsx +++ b/web/core/components/cycles/quick-actions.tsx @@ -183,7 +183,7 @@ export const CycleQuickActions: React.FC = observer((props) => { )} - + {MENU_ITEMS.map((item) => { if (item.shouldRender === false) return null; return (