UX: New dropdowns work well on mobile for category notifications

This commit is contained in:
Robin Ward 2018-04-03 12:09:00 -04:00
parent a383b368c6
commit 0188cbb650
1 changed files with 1 additions and 1 deletions

View File

@ -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,