Skip to content

Commit af8624f

Browse files
authored
Merge pull request #54511 from daledah/fix/54496
fix: go back to LHN page
2 parents dc784de + 129c980 commit af8624f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/ReportScreen.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function ReportScreen({route, currentReportID = '', navigation}: ReportScreenPro
296296
Navigation.dismissModal();
297297
return;
298298
}
299-
Navigation.goBack(ROUTES.HOME, false, true);
299+
Navigation.goBack(undefined, false, true);
300300
}, [isInNarrowPaneModal]);
301301

302302
let headerView = (

0 commit comments

Comments
 (0)