diff --git a/src/pages/thread/index.js b/src/pages/thread/index.js index 620c8aa..d6a998f 100644 --- a/src/pages/thread/index.js +++ b/src/pages/thread/index.js @@ -60,7 +60,10 @@ class Thread extends React.Component { this.setState({ post: { subreddit, id: threadID } }) }) }) - .finally(() => this.props.global.setLoading('Loading comments from Pushshift...')) + .finally(() => { + if (this.state.loadingComments) + this.props.global.setLoading('Loading comments from Pushshift...') + }) // Get comment ids from pushshift getPushshiftComments(threadID)