diff --git a/features/ProjectStats/ProjectStatsSection.tsx b/features/ProjectStats/ProjectStatsSection.tsx index 3ca25a384..447d29898 100644 --- a/features/ProjectStats/ProjectStatsSection.tsx +++ b/features/ProjectStats/ProjectStatsSection.tsx @@ -171,25 +171,27 @@ export const ProjectStatsSection = ({ userFilter }: ProjectStatsSectionProps) => isLoading={isProjectSubscriptionsLoading} tableContainer={false} /> - 0 && ( + + }} + data={storageSubscriptions} + enableSearch={false} + error={getErrorMessage(storageSubscriptionsError)} + isLoading={!storageSubscriptions && isStorageSubscriptionsLoading} + tableContainer={false} + /> + )} ); };