diff --git a/src/Pages/DashboardPage/DashboardPage.tsx b/src/Pages/DashboardPage/DashboardPage.tsx index 609942e..046cfde 100644 --- a/src/Pages/DashboardPage/DashboardPage.tsx +++ b/src/Pages/DashboardPage/DashboardPage.tsx @@ -18,6 +18,7 @@ export default function Dashboard() { ], }); const isLoading = queries.some((result) => result.isLoading); + if (isLoading) { return (
@@ -49,7 +50,7 @@ export default function Dashboard() {
-
+

- Item Types in System + Equipment Types in Database

- Unique Items in System + Equipment Count

-
+