Skip to content

Commit

Permalink
Update src/components/MultipleAvatars.js
Browse files Browse the repository at this point in the history
Co-authored-by: Fedi Rajhi <[email protected]>
  • Loading branch information
cloudpresser and fedirjh authored Jun 12, 2023
1 parent 50ef668 commit 56bb67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MultipleAvatars.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const MultipleAvatars = (props) => {
<UserDetailsTooltip
accountID={ReportUtils.getAccountIDForLogin(props.icons[0].name)}
fallbackUserDetails={{
displayName: lodashGet(ReportUtils.getPersonalDetailsForLogin(props.icons[0].name), 'displayName', ''),
displayName: ReportUtils.getDisplayNameForParticipant(props.icons[0].name),
login: lodashGet(props.icons[0], 'name', tooltipTexts[0]),
avatar: lodashGet(props.icons[0], 'source', ''),
}}
Expand Down

0 comments on commit 56bb67b

Please sign in to comment.