From 0ca694ca9979f6099980c273186def2a80b7ce38 Mon Sep 17 00:00:00 2001 From: Jeet Debnath Date: Tue, 31 Mar 2026 14:16:38 +0530 Subject: [PATCH] loading entries --- src/pages/HistoryPage.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pages/HistoryPage.tsx b/src/pages/HistoryPage.tsx index d81af58..18bc6a6 100644 --- a/src/pages/HistoryPage.tsx +++ b/src/pages/HistoryPage.tsx @@ -270,9 +270,7 @@ export default function HistoryPage() { {loadingEntries ? ( -

- Loading entries… -

+ ) : (
{selectedDateEntries.length === 0 ? (