added breadcrumb to some pages in full account type

This commit was merged in pull request #622.
This commit is contained in:
victorAnumudu
2024-03-07 16:51:24 +01:00
parent 01bf8a4c52
commit a9cf3c9d22
4 changed files with 29 additions and 5 deletions
+3 -3
View File
@@ -75,7 +75,7 @@ export default function MyTasks({
/>
)}
<div className="w-full mb-5 flex justify-between items-center gap-1">
{userDetails.account_type == 'FULL'?
{/* {userDetails.account_type == 'FULL'?
<h1 className="text-26 font-bold text-dark-gray dark:text-white">
<span
className={`${selectTab === "today" ? "block" : "hidden"}`}
@@ -83,7 +83,7 @@ export default function MyTasks({
My Tasks
</span>
</h1>
:
: */}
<CustomBreadcrumb
title = 'My Tasks'
breadcrumb={
@@ -93,7 +93,7 @@ export default function MyTasks({
]
}
/>
}
{/* } */}
{ActiveJobList?.data?.length > 0 && userDetails.account_type == 'FAMILY' &&
<button