diff --git a/frontend/src/features/settings/tabs/ProductUsageTab.tsx b/frontend/src/features/settings/tabs/ProductUsageTab.tsx index d633db4d..c4bc3ae8 100644 --- a/frontend/src/features/settings/tabs/ProductUsageTab.tsx +++ b/frontend/src/features/settings/tabs/ProductUsageTab.tsx @@ -223,6 +223,16 @@ export default function ProductUsageTab() { )} + {data.pending_action && data.pending_action !== 'consent' && ( + // The v5-upgrade and portal buttons below are disabled by the same + // pending-packet guard the backend enforces (command() refuses a + // second packet while one is still unacknowledged) — without this + // note the buttons just look broken, and "Retry" above them isn't + // obviously the fix. +
+ {t('productUsage.pendingBlocksActions')} +
+ )}