diff --git a/app/assets/javascripts/discourse/app/components/user-stream-item.hbs b/app/assets/javascripts/discourse/app/components/user-stream-item.hbs index 033b3473879..61908f7aefa 100644 --- a/app/assets/javascripts/discourse/app/components/user-stream-item.hbs +++ b/app/assets/javascripts/discourse/app/components/user-stream-item.hbs @@ -113,4 +113,6 @@ @title="drafts.remove" /> -{{/if}} \ No newline at end of file +{{/if}} + +{{yield to="bottom"}} \ No newline at end of file