diff --git a/framework/core/js/forum/src/components/DiscussionList.js b/framework/core/js/forum/src/components/DiscussionList.js index e645185be..028ad4b06 100644 --- a/framework/core/js/forum/src/components/DiscussionList.js +++ b/framework/core/js/forum/src/components/DiscussionList.js @@ -54,7 +54,7 @@ export default class DiscussionList extends Component { }); } - if (this.discussions.length == 0) { + if (this.discussions.length === 0 && !this.loading) { const text = 'Looks like there are no discussions here. Why don\'t you create a new one?'; return (