From 5aed04eb41577e1d3cd670a814698133622d49d4 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 21 Mar 2024 21:16:06 +0530 Subject: [PATCH] fix: module and cycle list page quick action (#4031) --- web/components/cycles/list/cycles-list-item.tsx | 2 +- web/components/modules/module-list-item.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/cycles/list/cycles-list-item.tsx b/web/components/cycles/list/cycles-list-item.tsx index c9c3992f2e..7ee797bb24 100644 --- a/web/components/cycles/list/cycles-list-item.tsx +++ b/web/components/cycles/list/cycles-list-item.tsx @@ -198,7 +198,7 @@ export const CyclesListItem: FC = observer((props) => { {renderDate && `${renderFormattedDate(startDate) ?? `_ _`} - ${renderFormattedDate(endDate) ?? `_ _`}`} -
+
{currentCycle && (
= observer((props) => {
-
+
{renderDate && (