From 0f84fa7dd5be65d1f1f1f1926a8b3e5686679ff5 Mon Sep 17 00:00:00 2001 From: Ebube Date: Mon, 22 May 2023 18:26:07 +0100 Subject: [PATCH] . --- src/components/Partials/Sidebar.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/Partials/Sidebar.jsx b/src/components/Partials/Sidebar.jsx index 172ee18..4ca93bb 100644 --- a/src/components/Partials/Sidebar.jsx +++ b/src/components/Partials/Sidebar.jsx @@ -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) {