From 7f48799b69cbeaf2378e411a1136ab5e89ea754e Mon Sep 17 00:00:00 2001 From: LTbinglingfeng Date: Wed, 10 Jun 2026 18:49:16 +0800 Subject: [PATCH] fix(quota): hide duplicate idle card refresh action --- src/components/quota/QuotaCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' && (