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 7ff06cf commit ffc7ce1Copy full SHA for ffc7ce1
src/projects/detail/containers/FeedContainer.js
@@ -254,7 +254,7 @@ class FeedView extends React.Component {
254
}
255
256
onShowAllComments(feedId) {
257
- const { feeds } = this.state
+ const { feeds } = this.props
258
const feed = _.find(feeds, { id: feedId })
259
const stateFeedIdx = _.findIndex(this.state.feeds, (f) => f.id === feedId)
260
// in case we have already have all comments for that feed from the server,
0 commit comments