Skip to content

Commit

Permalink
Merge pull request #56749 from nkdengineer/fix/56729
Browse files Browse the repository at this point in the history
Fix navigating after paying money request
  • Loading branch information
techievivek authored Feb 27, 2025
2 parents 8c350f7 + 120c720 commit 98df6e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/home/report/ReportActionsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,9 @@ function ReportActionsList({
return;
}
if (!hasNewestReportActionRef.current) {
if (Navigation.getReportRHPActiveRoute()) {
return;
}
Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(report.reportID));
return;
}
Expand Down

0 comments on commit 98df6e9

Please sign in to comment.