Skip to content

Commit

Permalink
Merge pull request #37001 from dukenv0307/fix/36991
Browse files Browse the repository at this point in the history
Fix/36991: Click on workspace description do nothing
  • Loading branch information
techievivek authored Feb 21, 2024
2 parents f7a93e0 + a896e13 commit 2fc1d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/HeaderView.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ function HeaderView(props) {
<PressableWithoutFeedback
onPress={() => {
if (ReportUtils.canEditPolicyDescription(props.policy)) {
Navigation.navigate(ROUTES.WORKSPACE_DESCRIPTION.getRoute(props.report.policyID));
Navigation.navigate(ROUTES.WORKSPACE_PROFILE_DESCRIPTION.getRoute(props.report.policyID));
return;
}
Navigation.navigate(ROUTES.REPORT_WITH_ID_DETAILS.getRoute(props.reportID));
Expand Down

0 comments on commit 2fc1d53

Please sign in to comment.