diff --git a/src/pages/home/report/ReportActionItem.js b/src/pages/home/report/ReportActionItem.js index 6c6a852699af..27302710b665 100644 --- a/src/pages/home/report/ReportActionItem.js +++ b/src/pages/home/report/ReportActionItem.js @@ -195,7 +195,7 @@ class ReportActionItem extends Component { ReportActions.clearReportActionErrors(this.props.report.reportID, this.props.action.sequenceNumber); } }} - pendingAction={this.props.action.pendingAction} + pendingAction={this.props.draftMessage ? null : this.props.action.pendingAction} errors={this.props.action.errors} errorRowStyles={[styles.ml10, styles.mr2]} >