Skip to content

Commit

Permalink
Merge pull request #9987 from Puneet-here/fix-timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
thienlnam authored Jul 19, 2022
2 parents 728a0f4 + 7707977 commit 703070d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionCompose.js
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class ReportActionCompose extends React.Component {
return null;
}

const reportParticipants = _.without(lodashGet(this.props.report, 'participants', []), this.props.personalDetails.login);
const reportParticipants = _.without(lodashGet(this.props.report, 'participants', []), this.props.currentUserPersonalDetails.login);
const participantsWithoutExpensifyEmails = _.difference(reportParticipants, CONST.EXPENSIFY_EMAILS);
const reportRecipient = this.props.personalDetails[participantsWithoutExpensifyEmails[0]];

Expand Down

0 comments on commit 703070d

Please sign in to comment.