Skip to content

Commit

Permalink
Merge pull request #28424 from Expensify/cmartins-rmReceiptFromReport…
Browse files Browse the repository at this point in the history
…Action

[No QA] Remove receipt from IOU report action
  • Loading branch information
danieldoglas authored Oct 23, 2023
2 parents e2d4845 + 8002d22 commit 1343196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,6 @@ function buildOptimisticIOUReportAction(
shouldShow: true,
created: DateUtils.getDBTime(),
pendingAction: CONST.RED_BRICK_ROAD_PENDING_ACTION.ADD,
receipt,
whisperedToAccountIDs: _.contains([CONST.IOU.RECEIPT_STATE.SCANREADY, CONST.IOU.RECEIPT_STATE.SCANNING], receipt.state) ? [currentUserAccountID] : [],
};
}
Expand Down

0 comments on commit 1343196

Please sign in to comment.