discourse-follow/assets/javascripts/discourse/connectors/user-preferences-notifications/follow-notification-preferences-container.js
2021-10-07 20:34:07 +03:00

5 lines
120 B
JavaScript

export default {
shouldRender(_, component) {
return component.siteSettings.follow_notifications_enabled;
},
};