family page

This commit is contained in:
CHIEFSOFT\ameye
2023-05-20 04:04:40 -04:00
parent 376a72bd55
commit 97b2d08413
3 changed files with 37 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
const darkMode = useContext(DarkModeContext);
let { userDetails } = useSelector((state) => state.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;
let noOfJobs = marketData?.length <= 0 ? "0" : marketData?.length;