{{yield}}
; + } else { + return + {{! template-lint-disable no-yield-only}}{{yield}} + ; + } + } + @action async changeTopicNotificationLevel(levelId) { if (levelId === this.notificationLevel) { @@ -114,34 +112,22 @@ export default class TopicNotificationsButton extends Component { } diff --git a/plugins/styleguide/assets/javascripts/discourse/components/sections/molecules/topic-notifications.hbs b/plugins/styleguide/assets/javascripts/discourse/components/sections/molecules/topic-notifications.hbs index dfe67058db1..78327167263 100644 --- a/plugins/styleguide/assets/javascripts/discourse/components/sections/molecules/topic-notifications.hbs +++ b/plugins/styleguide/assets/javascripts/discourse/components/sections/molecules/topic-notifications.hbs @@ -1,3 +1,7 @@ +