Skip to content

Commit

Permalink
Merge pull request #54511 from daledah/fix/54496
Browse files Browse the repository at this point in the history
fix: go back to LHN page
  • Loading branch information
Beamanator authored Dec 24, 2024
2 parents dc784de + 129c980 commit af8624f
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 @@ -296,7 +296,7 @@ function ReportScreen({route, currentReportID = '', navigation}: ReportScreenPro
Navigation.dismissModal();
return;
}
Navigation.goBack(ROUTES.HOME, false, true);
Navigation.goBack(undefined, false, true);
}, [isInNarrowPaneModal]);

let headerView = (
Expand Down

0 comments on commit af8624f

Please sign in to comment.