Skip to content

Commit b20f752

Browse files
committed
Fix duplicate username
Signed-off-by: Lin Wang <[email protected]>
1 parent 5d789db commit b20f752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/apps/account/account-nav-button.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export function AccountNavButton(props: {
176176
const innerElement = isPlacedInLeftNav ? (
177177
<LeftBottomActionButton
178178
title={username}
179-
icon={<EuiAvatar name={`${username}${username}`} size="s" />}
179+
icon={<EuiAvatar name={username} size="s" />}
180180
isNavDrawerLocked$={props.coreStart.chrome.getIsNavDrawerLocked$()}
181181
isChromeVisible$={props.coreStart.chrome.getIsVisible$()}
182182
/>

0 commit comments

Comments
 (0)