Skip to content

Commit

Permalink
fix: notification navigation to report
Browse files Browse the repository at this point in the history
  • Loading branch information
redpanda-bit committed Sep 29, 2023
1 parent 5fd69da commit 0c7f552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@ function showReportActionNotification(reportID, reportAction) {
const notificationParams = {
report,
reportAction,
onClick: () => Navigation.navigate(ROUTES.getReportRoute(reportID)),
onClick: () => Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(reportID)),
};
if (reportAction.actionName === CONST.REPORT.ACTIONS.TYPE.MODIFIEDEXPENSE) {
LocalNotification.showModifiedExpenseNotification(notificationParams);
Expand Down

0 comments on commit 0c7f552

Please sign in to comment.