diff --git a/typescript/frontend-marios2/src/content/dashboards/Overview/overview.tsx b/typescript/frontend-marios2/src/content/dashboards/Overview/overview.tsx
index 0c7e7a2ed..35f85c0f8 100644
--- a/typescript/frontend-marios2/src/content/dashboards/Overview/overview.tsx
+++ b/typescript/frontend-marios2/src/content/dashboards/Overview/overview.tsx
@@ -566,7 +566,7 @@ function Overview(props: OverviewProps) {
>
- {props.device !== 3 && props.product !== 2 && (
+ {props.device !== 3 && props.product !== 2 && props.product !== 4 && (