Skip to content

Commit

Permalink
Revert "Merge pull request Expensify#27127 from tienifr/fix/26250"
Browse files Browse the repository at this point in the history
This reverts commit f821a37, reversing
changes made to 0df5586.
  • Loading branch information
hoangzinh committed Oct 2, 2023
1 parent 74b25a3 commit 676871d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libs/actions/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -1859,10 +1859,6 @@ function leaveRoom(reportID) {
if (Navigation.getTopmostReportId() === reportID) {
Navigation.goBack(ROUTES.HOME);
}
if (report.parentReportID) {
Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(report.parentReportID), CONST.NAVIGATION.TYPE.FORCED_UP);
return;
}
navigateToConciergeChat();
}

Expand Down

0 comments on commit 676871d

Please sign in to comment.