update market data
This commit was merged in pull request #487.
This commit is contained in:
@@ -15,7 +15,7 @@ export default function Sidebar({
|
||||
logoutModalHandler,
|
||||
myJobList,
|
||||
}) {
|
||||
const darkMode = useContext(DarkModeContext);
|
||||
const darkMode = useContext(DarkModeContext);
|
||||
|
||||
let { userDetails } = useSelector((state) => state.userDetails);
|
||||
//const jobLists = getJobList(); // pass from upper - we need in a lot of places
|
||||
|
||||
Reference in New Issue
Block a user