Skip to content

Commit

Permalink
Merge branch 'main' of github.com:margelo/expensify-app-fork into per…
Browse files Browse the repository at this point in the history
…f/rea-3-upgrade
  • Loading branch information
hannojg committed Oct 4, 2022
2 parents a98d347 + 18fcaf4 commit 8a38df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ class ReportActionItem extends Component {
<OfflineWithFeedback
onClose={() => {
if (this.props.action.pendingAction === CONST.RED_BRICK_ROAD_PENDING_ACTION.ADD) {
ReportActions.deleteOptimisticReportAction(this.props.report.reportID, this.props.action.sequenceNumber);
ReportActions.deleteOptimisticReportAction(this.props.report.reportID, this.props.action.clientID);
} else {
ReportActions.clearReportActionErrors(this.props.report.reportID, this.props.action.sequenceNumber);
}
Expand Down

0 comments on commit 8a38df0

Please sign in to comment.