diff --git a/components/HeaderLayout.js b/components/HeaderLayout.js
index 1038732..b20646f 100644
--- a/components/HeaderLayout.js
+++ b/components/HeaderLayout.js
@@ -304,7 +304,7 @@ export default function HeaderLayout({
{/* Mobile Nav Bar */}
-
setIsMobileMenu(!isMobileMenu)}>
+ {setIsMobileMenu(!isMobileMenu)}}>
{
!isMobileMenu &&
@@ -326,39 +326,39 @@ export default function HeaderLayout({
-
+
Dashboard
-
+
Facilities
-
+
Community Units
-
+
Users
-
+
System Setup
-
+
Reports
-
+
Admin Offices
-
+
Documentation
-
+
Downloads
@@ -366,44 +366,44 @@ export default function HeaderLayout({
{
(groupID == 5 || // National Administrators
- groupsID == 11) && // Data Cleaning National
+ groupID == 11) && // Data Cleaning National
isLoggedIn &&
-
+
Dashboard
-
+
Facilities
-
+
Community Units
-
+
Users
-
+
System Setup
-
+
Reports
-
+
Admin Offices
-
+
Documentation
-
+
Downloads
diff --git a/pages/facilities/[id].js b/pages/facilities/[id].js
index 3d9ab17..33e93b1 100644
--- a/pages/facilities/[id].js
+++ b/pages/facilities/[id].js
@@ -908,7 +908,8 @@ console.log("[DEBUG::Query ID]: ", {
'Authorization': `Bearer ${token}`,
'Accept-Language': 'en-US,en;q=0.5',
'Cache-Control': 'no-cache, no-store, max-age=0',
- 'Connection': 'keep-alive'
+ 'Connection': 'keep-alive',
+ 'User-Agent': 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0'
},
})
.then((r) => r.json())
diff --git a/pages/public/facilities/index.js b/pages/public/facilities/index.js
index 9eea9da..203da8e 100644
--- a/pages/public/facilities/index.js
+++ b/pages/public/facilities/index.js
@@ -250,7 +250,7 @@ function Home(props) {
{/* Bread Crumbs */}
-