fix: profile page header fix (#572)

This commit is contained in:
Anmol Singh Bhatia 2023-03-29 13:17:31 +05:30 committed by GitHub
parent c3e1d33518
commit 2138ddf1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,11 @@ const Profile: NextPage = () => {
meta={{
title: "Plane - My Profile",
}}
noHeader
breadcrumbs={
<Breadcrumbs>
<BreadcrumbItem title="My Profile" />
</Breadcrumbs>
}
>
<ImageUploadModal
isOpen={isImageUploadModalOpen}
@ -166,9 +170,6 @@ const Profile: NextPage = () => {
userImage
/>
<div className="w-full space-y-5">
<Breadcrumbs>
<BreadcrumbItem title="My Profile" />
</Breadcrumbs>
{myProfile ? (
<>
<div className="space-y-5">