diff --git a/src/components/pages/Dashboard.tsx b/src/components/pages/Dashboard.tsx
index b1aae84..8b1c9af 100644
--- a/src/components/pages/Dashboard.tsx
+++ b/src/components/pages/Dashboard.tsx
@@ -205,26 +205,29 @@ export default function Dashboard() {
onRowsPerPageChange={handleChangeRowsPerPage}
/>
+ {stats && (
+ <>
+
+
+
-
-
-
-
-
-
-
+
+
+
+ >
+ )}
>
);
}
\ No newline at end of file