mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Fix under-post links when Reddit is broken
This commit is contained in:
parent
6d687e188c
commit
44b3049406
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue