Skip to content

Commit

Permalink
- feedback #834
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaydemansol committed Feb 11, 2022
1 parent 7ef57a5 commit 404b23c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions webapp/src/components/data_selectors/backend_selector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,15 +160,7 @@ export default class BackendSelector extends React.PureComponent<Props, State> {

// option's label hasn't been fetched yet
return {
label: (
<span>
<img
src={v.avatarUrls[AvatarSize.SMALL]}
style={{width: '24px', marginRight: '10px'}}
/>
<span>{v.displayName}</span>
</span>
),
label: v.displayName,
value: v,
};
};
Expand Down

0 comments on commit 404b23c

Please sign in to comment.