From be381fe500f8cdda960b1de03fdcf89dd6d75c46 Mon Sep 17 00:00:00 2001
From: Prince Kurt Laurence
Date: Wed, 17 Jan 2024 12:48:37 +0800
Subject: [PATCH 1/3] Fixed registration value
---
src/Components/RegisterModal/RegisterModal.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Components/RegisterModal/RegisterModal.tsx b/src/Components/RegisterModal/RegisterModal.tsx
index 093069a..91b5841 100644
--- a/src/Components/RegisterModal/RegisterModal.tsx
+++ b/src/Components/RegisterModal/RegisterModal.tsx
@@ -175,7 +175,7 @@ export default function RegisterModal() {
setUser({ ...user, section: e.target.value });
setError("");
}}
- value={user.username}
+ value={user.section}
placeholder={"Enter current section"}
/>
Date: Thu, 18 Jan 2024 23:36:00 +0800
Subject: [PATCH 2/3] name change
---
.../DashboardPage/Technician/TechnicianEquipmentButtons.tsx | 2 +-
.../DashboardPage/Technician/TechnicianNavigation.tsx | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Components/DashboardPage/Technician/TechnicianEquipmentButtons.tsx b/src/Components/DashboardPage/Technician/TechnicianEquipmentButtons.tsx
index ed33c37..c41b6c3 100644
--- a/src/Components/DashboardPage/Technician/TechnicianEquipmentButtons.tsx
+++ b/src/Components/DashboardPage/Technician/TechnicianEquipmentButtons.tsx
@@ -24,7 +24,7 @@ export default function TechnicianEquipmentButtons() {
...styles.text_L,
}}
>
- Equipments
+ Equipment
- Feature
+ Features
- Manage Equipments
+ Manage Equipment