Skip to content

Commit ffc7ce1

Browse files
committed
fix 2
1 parent 7ff06cf commit ffc7ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/containers/FeedContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ class FeedView extends React.Component {
254254
}
255255

256256
onShowAllComments(feedId) {
257-
const { feeds } = this.state
257+
const { feeds } = this.props
258258
const feed = _.find(feeds, { id: feedId })
259259
const stateFeedIdx = _.findIndex(this.state.feeds, (f) => f.id === feedId)
260260
// in case we have already have all comments for that feed from the server,

0 commit comments

Comments
 (0)