Skip to content

Commit

Permalink
fix crash on profile detail
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslav committed Nov 7, 2022
1 parent dc0bb5d commit c6e9420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/DetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class DetailsPage extends React.PureComponent {
const login = lodashGet(this.props.route.params, 'login');
details = {
login,
displayName: ReportUtils.getDisplayNameForParticipant({login}),
displayName: ReportUtils.getDisplayNameForParticipant(login),
avatar: ReportUtils.getDefaultAvatar(),
};
}
Expand Down

0 comments on commit c6e9420

Please sign in to comment.