From 0188cbb650a315f2438c6d3a36454b27b1e90adc Mon Sep 17 00:00:00 2001 From: Robin Ward Date: Tue, 3 Apr 2018 12:09:00 -0400 Subject: [PATCH] UX: New dropdowns work well on mobile for category notifications --- .../select-kit/components/category-notifications-button.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,