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
(cherry picked from commit af8624f)

(CP triggered by Beamanator)
  • Loading branch information
Beamanator authored and OSBotify committed Dec 24, 2024
1 parent b9030e9 commit 60f6288
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 60f6288

Please sign in to comment.