Skip to content

Commit

Permalink
fix(ProjectViewer): request feeds after third party sync
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Mar 6, 2017
1 parent dedf2e1 commit eb14290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/manager/actions/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export function thirdPartySync (projectId, type) {
// .catch(err => console.log(err))
.then(project => {
dispatch(receiveSync())
return dispatch(fetchProject(projectId))
return dispatch(fetchProjectWithFeeds(projectId))
})
}
}
Expand Down

0 comments on commit eb14290

Please sign in to comment.