We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9824020 commit 5b137d6Copy full SHA for 5b137d6
src/projects/detail/ProjectDetail.jsx
@@ -61,10 +61,7 @@ class ProjectDetail extends Component {
61
this.props.loadProjectDashboard(match.params.projectId)
62
}
63
64
- // reload project details if navigating by Link to same page
65
- if (this.props.location.key !== location.key) {
66
- this.props.loadProjectDashboard(match.params.projectId)
67
- }
+
68
69
70
getProjectRoleForCurrentUser({currentUserId, project}) {
0 commit comments