Skip to content

Commit

Permalink
Changing back to go to workspace initial page
Browse files Browse the repository at this point in the history
Co-authored-by: Puneet Lath <puneet@expensify.com>
  • Loading branch information
alitoshmatov and puneetlath authored May 19, 2023
1 parent ef3975d commit 3da475d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/ReportDetailsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class ReportDetailsPage extends Component {
{isPolicyAdmin ? (
<Pressable
onPress={() => {
Navigation.navigate(ROUTES.getWorkspaceSettingsRoute(this.props.report.policyID));
Navigation.navigate(ROUTES.getWorkspaceInitialRoute(this.props.report.policyID));
}}
>
{chatRoomSubtitleText}
Expand Down

0 comments on commit 3da475d

Please sign in to comment.