Skip to content

Commit

Permalink
Merge pull request #5851 from Santhosh-Sellavel/santhosh_disable_send…
Browse files Browse the repository at this point in the history
…_money_for_restricted_accounts

Send money disabled for restricted accounts
  • Loading branch information
Luke9389 authored Oct 18, 2021
2 parents 4916b3f + f1c5e87 commit 34442f4
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 @@ -560,7 +560,7 @@ class ReportActionCompose extends React.Component {
},
},
] : []),
...(Permissions.canUseIOUSend(this.props.betas) && !hasMultipleParticipants ? [
...(!hasExcludedIOUEmails && Permissions.canUseIOUSend(this.props.betas) && !hasMultipleParticipants ? [
{
icon: Send,
text: this.props.translate('iou.sendMoney'),
Expand Down

0 comments on commit 34442f4

Please sign in to comment.