diff --git a/app/assets/javascripts/select-kit/components/category-notifications-button.js.es6 b/app/assets/javascripts/select-kit/components/category-notifications-button.js.es6 index ff97c4b12db..602369f5212 100644 --- a/app/assets/javascripts/select-kit/components/category-notifications-button.js.es6 +++ b/app/assets/javascripts/select-kit/components/category-notifications-button.js.es6 @@ -3,7 +3,7 @@ import NotificationOptionsComponent from "select-kit/components/notifications-bu export default NotificationOptionsComponent.extend({ pluginApiIdentifiers: ["category-notifications-button"], classNames: "category-notifications-button", - isHidden: Ember.computed.or("category.deleted", "site.isMobileDevice"), + isHidden: Ember.computed.or("category.deleted"), headerIcon: Ember.computed.alias("iconForSelectedDetails"), i18nPrefix: "category.notifications", showFullTitle: false,