Skip to content

Commit

Permalink
Use raw display names for members
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlong committed Feb 24, 2022
1 parent 0a49ddb commit 6a18ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile/useProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function useProfile(client) {
return {
success: false,
loading: false,
displayName: user?.displayName,
displayName: user?.rawDisplayName,
avatarUrl: user && client && getAvatarUrl(client, user.avatarUrl),
error: null,
};
Expand Down

0 comments on commit 6a18ba0

Please sign in to comment.