diff --git a/src/profile/useProfile.js b/src/profile/useProfile.js index d2e7834..aab97bf 100644 --- a/src/profile/useProfile.js +++ b/src/profile/useProfile.js @@ -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, };