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,