Skip to content

Commit

Permalink
Merge pull request #46681 from Expensify/georgia-expense
Browse files Browse the repository at this point in the history
Deploy Blocker Fix - Update Expense Preview

(cherry picked from commit 84ed81c)
  • Loading branch information
roryabraham authored and OSBotify committed Aug 1, 2024
1 parent f2c853c commit 37e4075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/ReportPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function ReportPreview({
const {translate} = useLocalize();
const {canUseViolations} = usePermissions();
const {isOffline} = useNetwork();
const allTransactions = useMemo(() => TransactionUtils.getAllReportTransactions(iouReportID), [iouReportID]);
const allTransactions = useMemo(() => TransactionUtils.getAllReportTransactions(iouReportID, transactions), [iouReportID, transactions]);

const {hasMissingSmartscanFields, areAllRequestsBeingSmartScanned, hasOnlyTransactionsWithPendingRoutes, hasNonReimbursableTransactions} = useMemo(
() => ({
Expand Down

0 comments on commit 37e4075

Please sign in to comment.