diff options
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/profile/[username]/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/profile/[username]/page.tsx b/src/app/profile/[username]/page.tsx index cb79b7b..7eab697 100644 --- a/src/app/profile/[username]/page.tsx +++ b/src/app/profile/[username]/page.tsx @@ -49,7 +49,7 @@ export default async function Profile({ params }: ProfilePageProps) { </p> </div> <div className="flex max-w-[800px] font-regular text-[12px] gap-1.25"> - <p>{profileUser.description}</p> + <p>{profileUser.profile?.description}</p> </div> <div className="flex flex-row flex-end gap-1.25"> {icons |
