diff --git a/src/pages/thread/index.js b/src/pages/thread/index.js index 12d5862..b027bd6 100644 --- a/src/pages/thread/index.js +++ b/src/pages/thread/index.js @@ -91,6 +91,7 @@ class Thread extends React.Component { componentDidMount () { const { subreddit, threadID, commentID } = this.props.match.params + this.state.post = { subreddit, id: threadID } this.props.global.setLoading('Loading post...') console.time('Load comments')