diff --git a/src/app/components/Account/AccountCard.tsx b/src/app/components/Account/AccountCard.tsx
index df4706b..416d440 100644
--- a/src/app/components/Account/AccountCard.tsx
+++ b/src/app/components/Account/AccountCard.tsx
@@ -376,6 +376,24 @@ export const AccountCard = ({ characters, isCollapsed: propIsCollapsed }: { char
>
Extractors: {runningExtractors}/{totalExtractors}
+
+ d.alertState.hasLowStorage) ? theme.palette.error.main : theme.palette.text.secondary,
+ }}
+ >
+ Storage Alerts: {Object.values(planetDetails).filter(d => d.alertState.hasLowStorage).length}
+
+
+ d.alertState.hasLargeExtractorDifference) ? theme.palette.error.main : theme.palette.text.secondary,
+ }}
+ >
+ Balance Alerts: {Object.values(planetDetails).filter(d => d.alertState.hasLargeExtractorDifference).length}
+