common header removed for family account on my task page

This commit was merged in pull request #242.
This commit is contained in:
victorAnumudu
2023-07-04 10:33:37 +01:00
parent fffc51d77a
commit baf2ca155f
4 changed files with 32 additions and 29 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ export default function MyJobTable({ className, ActiveJobList, Account }) {
>
<div
className={`p-2 font-bold text-3xl ${
accountType ? "text-white" : "text-purple"
accountType ? "text-white" : "text-sky-blue"
} whitespace-nowrap`}
>
You currently have {accountType ? '"0"' : "no"} task
+4 -1
View File
@@ -26,7 +26,10 @@ export default function MyTasks({
return (
<Layout>
<CommonHead commonHeadData={commonHeadData} />
{userDetails?.account_type == 'FULL' &&
<CommonHead commonHeadData={commonHeadData} />
}
<div className="notification-page w-full mb-10">
<div className="notification-wrapper w-full">
{/* heading */}