.
This commit is contained in:
@@ -18,10 +18,6 @@ export default function Sidebar({ sidebar, action, logoutModalHandler }) {
|
||||
const marketData = jobLists?.result_list;
|
||||
let noOfJobs = marketData?.length <= 0 ? "0" : marketData?.length;
|
||||
|
||||
function accntType() {
|
||||
return userDetails?.account_type !== "FAMILY";
|
||||
}
|
||||
|
||||
useEffect(() => {
|
||||
const title = document.querySelectorAll(".menu-setting-items .heading");
|
||||
if (sidebar) {
|
||||
|
||||
Reference in New Issue
Block a user