Skip to content

Commit 98542bb

Browse files
Fix another warning
1 parent 6851a8c commit 98542bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ReportActionItem/MoneyRequestReportPreview/MoneyRequestReportPreviewContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ function MoneyRequestReportPreviewContent({
440440
return CONST.REPORT.REPORT_PREVIEW_ACTIONS.PAY;
441441
}
442442
return getReportPreviewAction(violations, isIouReportArchived || isChatReportArchived, iouReport, policy, transactions, invoiceReceiverPolicy);
443-
}, [isPaidAnimationRunning, violations, iouReport, policy, transactions, isIouReportArchived, reportActions, invoiceReceiverPolicy, isChatReportArchived]);
443+
}, [isPaidAnimationRunning, violations, iouReport, policy, transactions, isIouReportArchived, invoiceReceiverPolicy, isChatReportArchived]);
444444

445445
const addExpenseDropdownOptions = useMemo(
446446
() => [

0 commit comments

Comments
 (0)