Skip to content

Commit 8d3ad03

Browse files
committed
Use display name instead of 'me' text.
Signed-off-by: fenn-cs <[email protected]>
1 parent c26ee8f commit 8d3ad03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/services/UnifiedSearchService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export async function getContacts({ searchTerm }) {
112112
let authenticatedUser = getCurrentUser()
113113
authenticatedUser = {
114114
id: authenticatedUser.uid,
115-
fullName: 'Me',
115+
fullName: authenticatedUser.displayName,
116116
emailAddresses: [],
117117
}
118118
contacts.unshift(authenticatedUser)

0 commit comments

Comments
 (0)