FIX: Render the bottom topic map only if all posts are loaded (#28078)

This commit is contained in:
Jan Cernik 2024-07-25 10:48:54 -03:00 committed by GitHub
parent f7d1b9cf67
commit 40bc0bcf98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,7 +211,7 @@
/> />
</div> </div>
{{#if this.showBottomTopicMap}} {{#if (and this.showBottomTopicMap this.loadedAllPosts)}}
<div class="topic-map --bottom"> <div class="topic-map --bottom">
<TopicMap <TopicMap
@model={{this.model}} @model={{this.model}}