diff --git a/app/assets/javascripts/discourse/app/components/composer-container.hbs b/app/assets/javascripts/discourse/app/components/composer-container.hbs index 20dc3fc5995..8e19f89aa30 100644 --- a/app/assets/javascripts/discourse/app/components/composer-container.hbs +++ b/app/assets/javascripts/discourse/app/components/composer-container.hbs @@ -26,7 +26,12 @@ role="form" aria-label={{I18n this.composer.saveLabel}} class="reply-area - {{if this.composer.canEditTags 'with-tags' 'without-tags'}}" + {{if this.composer.canEditTags 'with-tags' 'without-tags'}} + {{if + this.composer.model.showCategoryChooser + 'with-category' + 'without-category' + }}" >