Skip to content

Commit

Permalink
Merge pull request #28525 from redpanda-bit/fix/notification-error
Browse files Browse the repository at this point in the history
[CP Staging] Fix notification navigation to report

(cherry picked from commit 35b91ea)
  • Loading branch information
mountiny authored and OSBotify committed Oct 1, 2023
1 parent 79d8812 commit bef0893
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 bef0893

Please sign in to comment.