fix(quota): hide duplicate idle card refresh action

This commit is contained in:
LTbinglingfeng
2026-06-10 18:49:16 +08:00
parent fa54b443e6
commit 7f48799b69
+1 -1
View File
@@ -152,7 +152,7 @@ export function QuotaCard<TState extends QuotaStatusState>({
)}
</div>
{onRefresh && (
{onRefresh && quotaStatus !== 'idle' && (
<div className={styles.quotaCardActions}>
<Button
type="button"