discourse/app/assets/javascripts/admin/components/themes-list.js.es6
Osama Sayegh e0cc29d658 FEATURE: themes and components split
* FEATURE: themes and components split

* two seperate methods to switch theme type

* use strict equality operator
2018-08-24 11:30:00 +10:00

5 lines
126 B
JavaScript

export default Ember.Component.extend({
classNames: ["themes-list"],
hasThemes: Ember.computed.gt("themes.length", 0)
});