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
+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 */}