diff --git a/src/Routers.jsx b/src/Routers.jsx
index 7240e91..af3f32f 100644
--- a/src/Routers.jsx
+++ b/src/Routers.jsx
@@ -89,7 +89,7 @@ export default function Routers() {
} />
} />
} />
- } />
+ {/* } /> */}
} />
} />
} />
diff --git a/src/components/AddJob/AddJob.jsx b/src/components/AddJob/AddJob.jsx
index 57d6475..799dd2e 100644
--- a/src/components/AddJob/AddJob.jsx
+++ b/src/components/AddJob/AddJob.jsx
@@ -127,7 +127,6 @@ function AddJob({ popUpHandler, categories }) {
getUserCountry();
}, []);
-
return (
@@ -276,7 +277,10 @@ function AddJob({ popUpHandler, categories }) {
aria-labelledby="checked-group"
>
{Object.entries(categories).map(([key, value]) => (
-