mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
fix the loading of profile image due to displayName (#16201)
This commit is contained in:
parent
36803774df
commit
55678e3e2c
@ -337,7 +337,7 @@ export const UserProfileIcon = () => {
|
||||
onError={handleOnImageError}
|
||||
/>
|
||||
) : (
|
||||
<ProfilePicture name={userName} width="36" />
|
||||
<ProfilePicture name={currentUser?.name ?? ''} width="36" />
|
||||
)}
|
||||
<div className="d-flex flex-col">
|
||||
<Tooltip title={getEntityName(currentUser)}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user