Skip to content

Commit

Permalink
Merge pull request #33516 from Expensify/rodrigo-fix-expense-scanning…
Browse files Browse the repository at this point in the history
…-preview

Fix preview for report with manual and smartscan expense at the same time
  • Loading branch information
rlinoz authored Dec 22, 2023
2 parents e89e466 + 5682328 commit c6fbb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/ReportPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ function ReportPreview(props) {
}

sethasMissingSmartscanFields(ReportUtils.hasMissingSmartscanFields(props.iouReportID));
setAreAllRequestsBeingSmartScanned(ReportUtils.areAllRequestsBeingSmartScanned(props.iouReportID));
setAreAllRequestsBeingSmartScanned(ReportUtils.areAllRequestsBeingSmartScanned(props.iouReportID, props.action));
setHasOnlyDistanceRequests(ReportUtils.hasOnlyDistanceRequestTransactions(props.iouReportID));
setHasNonReimbursableTransactions(ReportUtils.hasNonReimbursableTransactions(props.iouReportID));
},
Expand Down

0 comments on commit c6fbb09

Please sign in to comment.