Fix under-post links when Reddit is broken

This commit is contained in:
Christopher Gurnee 2022-04-21 22:42:17 +00:00
parent 6d687e188c
commit 44b3049406

View file

@ -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')