diff --git a/frontend/benefit/handler/src/components/batchProcessing/useBatches.ts b/frontend/benefit/handler/src/components/batchProcessing/useBatches.ts index d8fa5fb1bd..8cf44e75ca 100644 --- a/frontend/benefit/handler/src/components/batchProcessing/useBatches.ts +++ b/frontend/benefit/handler/src/components/batchProcessing/useBatches.ts @@ -68,7 +68,7 @@ const useBatchProposal = (filterByStatus: BATCH_STATUSES[]): BatchListProps => { }); } - const shouldShowSkeleton = query.isLoading || query.isFetching; + const shouldShowSkeleton = query.isLoading; const shouldHideList = Boolean(query.error) ||