diff --git a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx index 51d01c45e..42f7c6fd7 100644 --- a/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx +++ b/frontend/app/components/Dashboard/components/DashboardWidgetGrid/DashboardWidgetGrid.tsx @@ -67,10 +67,12 @@ function DashboardWidgetGrid(props: Props) { ) : null} -
- - All Metrics -
+ {smallWidgets.length > 0 && regularWidgets.length > 0 ? ( +
+ + All Metrics +
+ ) : null}
{regularWidgets && regularWidgets.map((item: any, index: any) => (