Skip to content

Commit

Permalink
Merge pull request #11023 from Expensify/francois-fixInvitePageOption…
Browse files Browse the repository at this point in the history
…sAlternateText

Add missing `alternateText` option in option
  • Loading branch information
francoisl authored Sep 15, 2022
2 parents 94324c3 + 6328e5e commit b5d2825
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libs/OptionsListUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ function createOption(logins, personalDetails, report, reportActions = {}, {
result.login = personalDetail.login;
result.phoneNumber = personalDetail.phoneNumber;
result.payPalMeAddress = personalDetail.payPalMeAddress;
result.alternateText = Str.removeSMSDomain(personalDetail.login);
}

const reportName = ReportUtils.getReportName(report, personalDetailMap, policies);
Expand Down

0 comments on commit b5d2825

Please sign in to comment.