This commit was merged in pull request #101.
This commit is contained in:
Ebube
2023-05-25 12:17:52 +01:00
parent c46e94cd88
commit 87c0922974
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -15,7 +15,6 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
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);
console.log('checking for jobList',jobLists)
const marketData = jobLists?.result_list;
let noOfJobs = marketData?.length <= 0 ? "0" : marketData?.length;