summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-04-27 14:18:18 +0300
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-04-27 14:18:18 +0300
commit50cbca3c307894c9fd55baec522b7b794d9ab805 (patch)
treee676102be11e48433e8b1ff79d87fe7d019c845c /src/app
parentab330c64eeed9edfc2a6ef6a6f5cd38587ba0996 (diff)
add description change
Diffstat (limited to 'src/app')
-rw-r--r--src/app/profile/[username]/page.tsx2
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