From bc9878053dd4b3331aa6faeaad3de41213f903cf Mon Sep 17 00:00:00 2001 From: Matt DiMeglio Date: Mon, 21 Apr 2025 01:41:40 -0400 Subject: [PATCH] Change No Incident Look & Remove Dept Fields from data --- app/incidents.jsx | 10 +++++++++- hooks/useDepartments/useDepartments.jsx | 6 ------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app/incidents.jsx b/app/incidents.jsx index c0cc707..e7d52e4 100644 --- a/app/incidents.jsx +++ b/app/incidents.jsx @@ -277,7 +277,15 @@ export default function Incidents() { ) })) : ( - There are no Calls + + + There are no Incidents + ) } diff --git a/hooks/useDepartments/useDepartments.jsx b/hooks/useDepartments/useDepartments.jsx index a0ddf69..a06d84d 100644 --- a/hooks/useDepartments/useDepartments.jsx +++ b/hooks/useDepartments/useDepartments.jsx @@ -31,8 +31,6 @@ const accountDetails = { 'Darien EMS Supv' ], deptAbv: 'DEMS', - rank: 'Assistant Director', - rankAbv: 'Asst. Director', type: 'EMS', primary: true, selected: true, @@ -44,8 +42,6 @@ const accountDetails = { deptId: 1, dept: 'Noroton Fire Department', deptAbv: 'NFD', - rank: 'Lieutenant', - rankAbv: 'Lt.', type: 'Fire', primary: false, selected: false, @@ -57,8 +53,6 @@ const accountDetails = { deptId: 2, dept: 'Stamford Fire Department', deptAbv: 'SFD', - rank: 'Paramedic', - rankAbv: 'EMT-P', type: 'Rescue', primary: false, selected: false,