Added Popup for suggest task

This commit was merged in pull request #240.
This commit is contained in:
2023-07-04 03:37:56 +01:00
parent 3a72ebc7a0
commit 2afffb1dc9
8 changed files with 223 additions and 87 deletions
+1 -9
View File
@@ -124,15 +124,7 @@ export default function Sidebar({
iconName="market"
/>
)}
{userDetails && userDetails?.account_type == "FAMILY" && (
<ListItem
title="Family Market"
route="/familymarket"
// bubble={noOfJobs}
sidebar={sidebar}
iconName="market"
/>
)}
<ListItem
title="My Task(s)"
route="/mytask"