Skip to content

Commit 386d3e5

Browse files
committed
chore: fix cosmetic name issue
1 parent 005743d commit 386d3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/pictique/src/lib/fragments/Profile/Profile.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
class="h-20 w-20 rounded-full object-cover"
3131
/>
3232
<div class="flex-1">
33-
<h2 class="text-xl font-semibold">{profileData?.handle}</h2>
33+
<h2 class="text-xl font-semibold">{profileData?.name ?? profileData?.handle}</h2>
3434
<p class="text-gray-600">{profileData?.description}</p>
3535
</div>
3636
{#if variant === 'other'}

0 commit comments

Comments
 (0)