{smallWidgets.length > 0 ? (
- <>
-
-
- Web Vitals
-
-
- {smallWidgets &&
- smallWidgets.map((item: any, index: any) => (
-
-
- dashboard?.swapWidgetPosition(dragIndex, hoverIndex)
-
- } dashboardId={dashboardId}
- siteId={siteId}
- isWidget={true}
- grid="vitals"
- />
-
- ))}
-
- >
- ) : null}
-
- {smallWidgets.length > 0 && regularWidgets.length > 0 ? (
-
-
- All Cards
-
- ) : null}
-
- {regularWidgets &&
- regularWidgets.map((item: any, index: any) => (
-
-
- dashboard?.swapWidgetPosition(dragIndex, hoverIndex)
- }
- dashboardId={dashboardId}
- siteId={siteId}
- isWidget={true}
- grid="other"
- />
-
- ))}
-
-
-
- )
- ));
+ dashboardId={dashboardId}
+ siteId={siteId}
+ isWidget={true}
+ grid="other"
+ />
+