From a94831fbe1a13da2d0942f7855c70d524fbc2d4a Mon Sep 17 00:00:00 2001
From: Keannu Bernasol
Date: Sat, 2 Dec 2023 21:32:54 +0800
Subject: [PATCH] Fix typo in dashboard
---
src/Pages/DashboardPage/DashboardPage.tsx | 4 ++--
.../EquipmentInstancesListPage/EquipmentInstancesListPage.tsx | 4 +++-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/Pages/DashboardPage/DashboardPage.tsx b/src/Pages/DashboardPage/DashboardPage.tsx
index 3cdb611..d495439 100644
--- a/src/Pages/DashboardPage/DashboardPage.tsx
+++ b/src/Pages/DashboardPage/DashboardPage.tsx
@@ -128,7 +128,7 @@ export default function Dashboard() {
...{ float: "left", position: "absolute" },
}}
>
- Item Count
+ Items in Database
- Functional Item
+ Functional Items
{"EquipmentInstancesListPage"};
+ return
{"EquipmentInstancesListPage"}
;
}