From 93288d1413dd364ff183fd45635e9effa185e4a1 Mon Sep 17 00:00:00 2001 From: Umar Adilov <99314948+adilovcode@users.noreply.github.com> Date: Wed, 14 May 2025 20:25:41 +0500 Subject: [PATCH] Added loader while loading transactions --- src/pages-templates/(dashboard)/corporate-dashboard/index.tsx | 4 ++-- src/pages-templates/(dashboard)/customer-dashboard/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages-templates/(dashboard)/corporate-dashboard/index.tsx b/src/pages-templates/(dashboard)/corporate-dashboard/index.tsx index 6b65627..a8570a0 100644 --- a/src/pages-templates/(dashboard)/corporate-dashboard/index.tsx +++ b/src/pages-templates/(dashboard)/corporate-dashboard/index.tsx @@ -35,7 +35,7 @@ export function CorporateDashboard() { const { data: transactionsResponse, refetch, - isLoading, + isFetching, } = useFetchCorporateTransactionsQuery(request); useEffect(() => { @@ -163,7 +163,7 @@ export function CorporateDashboard() { {