diff --git a/src/pages/home/report/ReportActionCompose.js b/src/pages/home/report/ReportActionCompose.js index 1948c45b78c5..5d881c870f6b 100755 --- a/src/pages/home/report/ReportActionCompose.js +++ b/src/pages/home/report/ReportActionCompose.js @@ -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'),