This commit is contained in:
Ebube
2023-05-31 10:35:08 +01:00
parent ced9c523ad
commit 16401cc3a2
5 changed files with 79 additions and 69 deletions
-1
View File
@@ -12,7 +12,6 @@ export default function Sidebar({ sidebar, action, logoutModalHandler, myJobList
const darkMode = useContext(DarkModeContext);
let { userDetails } = useSelector((state) => state.userDetails);
console.log('user-details for job',userDetails);
//const jobLists = getJobList(); // pass from upper - we need in a lot of places
let { jobLists } = useSelector((state) => state.jobLists);
const marketData = jobLists?.result_list;