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() { {