UX: Don't use a chevron when a dropdown is just an icon

This commit is contained in:
Robin Ward 2018-01-12 12:39:26 -05:00
parent 2493648f9c
commit ff2e8c1a51
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ export default NotificationOptionsComponent.extend({
@computed("iconForSelectedDetails")
headerIcon(iconForSelectedDetails) {
return [iconForSelectedDetails, "caret-down"];
return [iconForSelectedDetails];
}
});