Skip to content

Commit

Permalink
add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Jul 11, 2024
1 parent 04d10b5 commit 5cea1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/ReportScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ function ReportScreen({
return;
}
Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(route?.params?.reportID));
}, [transactionThreadReportID, route?.params?.reportActionID, route?.params?.reportID]);
}, [transactionThreadReportID, route?.params?.reportActionID, route?.params?.reportID, linkedAction, report.reportID]);

if (ReportUtils.isMoneyRequestReport(report) || ReportUtils.isInvoiceReport(report)) {
headerView = (
Expand Down

0 comments on commit 5cea1ed

Please sign in to comment.