Skip to content

Commit

Permalink
Merge pull request #8998 from Santhosh-Sellavel/deployblocker_8996
Browse files Browse the repository at this point in the history
press enter in search for new user email fixed
  • Loading branch information
deetergp authored May 13, 2022
2 parents 1210282 + a5b0094 commit e3da3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ function getDisplayNamesWithTooltips(participants, isMultipleParticipantReport)
*/
function getReportName(report, personalDetailsForParticipants = {}, policies = {}) {
if (lodashGet(report, 'reportNameValuePairs.type') !== 'chat') {
return report.reportName || '';
return lodashGet(report, 'reportName', '');
}

let formattedName;
Expand Down

0 comments on commit e3da3d3

Please sign in to comment.