diff --git a/src/components/quota/QuotaCard.tsx b/src/components/quota/QuotaCard.tsx index aa1d300..48664fa 100644 --- a/src/components/quota/QuotaCard.tsx +++ b/src/components/quota/QuotaCard.tsx @@ -152,7 +152,7 @@ export function QuotaCard({ )} - {onRefresh && ( + {onRefresh && quotaStatus !== 'idle' && (