{arrayGroup(data, (item) => item.id)
diff --git a/src/pages/dashboard/DashboardPage.tsx b/src/pages/dashboard/DashboardPage.tsx
index 338547d2..6f7c92f7 100644
--- a/src/pages/dashboard/DashboardPage.tsx
+++ b/src/pages/dashboard/DashboardPage.tsx
@@ -162,7 +162,10 @@ const DashboardPage = () => {
{loadingGrap ? (
) : (
-
+
)}