From a8ece6ea1be9e508583e91f03c1a03da68ced9a6 Mon Sep 17 00:00:00 2001 From: Jayash Tripathy <76092296+JayashTripathy@users.noreply.github.com> Date: Thu, 18 Sep 2025 19:50:37 +0530 Subject: [PATCH] refactor: added removed loader in active cycle --- .../web/core/components/cycles/active-cycle/cycle-stats.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/core/components/cycles/active-cycle/cycle-stats.tsx b/apps/web/core/components/cycles/active-cycle/cycle-stats.tsx index abdbc34b65..87b8f49b71 100644 --- a/apps/web/core/components/cycles/active-cycle/cycle-stats.tsx +++ b/apps/web/core/components/cycles/active-cycle/cycle-stats.tsx @@ -288,5 +288,9 @@ export const ActiveCycleStats: FC = observer((props) => { - ) : null; + ) : ( + + + + ); });