Skip to content

Commit

Permalink
rm receipt from iou report action
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Sep 29, 2023
1 parent 4ebeea0 commit 6c1d800
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 @@ -2278,7 +2278,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 6c1d800

Please sign in to comment.