mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
fix: profile page header fix (#572)
This commit is contained in:
parent
c3e1d33518
commit
2138ddf1f5
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user