Skip to content

Commit

Permalink
💄 Show relationship nickname or global name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZickZenni committed Sep 6, 2024
1 parent e57b3a7 commit 2c4072b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function HomePage() {
src={user.getAvatarUrl()}
alt={`UserAvatarRelationship:${user.id}`}
/>
<p>{user.globalName}</p>
<p>{relationship.nickname ?? user.globalName}</p>
</Link>
);
})}
Expand Down

0 comments on commit 2c4072b

Please sign in to comment.