Skip to content

Commit 5b137d6

Browse files
committed
fix for discussions reload on thread change
1 parent 9824020 commit 5b137d6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/projects/detail/ProjectDetail.jsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ class ProjectDetail extends Component {
6161
this.props.loadProjectDashboard(match.params.projectId)
6262
}
6363

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-
}
64+
6865
}
6966

7067
getProjectRoleForCurrentUser({currentUserId, project}) {

0 commit comments

Comments
 (0)