diff --git a/framework/core/ember/app/templates/components/ui/item-list.hbs b/framework/core/ember/app/templates/components/ui/item-list.hbs index 939fad1c3..039cbdbe5 100644 --- a/framework/core/ember/app/templates/components/ui/item-list.hbs +++ b/framework/core/ember/app/templates/components/ui/item-list.hbs @@ -1,9 +1,7 @@ {{#each item in listItems}} - {{#unless item.isHiddenInList}} - {{#if item.isListItem}} - {{view item}} - {{else}} -