mirror of
https://github.com/makeplane/plane.git
synced 2026-07-11 21:10:13 +02:00
fix: profile page header fix (#572)
This commit is contained in:
committed by
GitHub
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">
|
||||
|
||||
Reference in New Issue
Block a user