mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 04:03:57 -06:00
Prettier site-settings/group-list.js.es6
This commit is contained in:
parent
1ba72ccab8
commit
a00354f11f
@ -3,6 +3,6 @@ import computed from "ember-addons/ember-computed-decorators";
|
|||||||
export default Ember.Component.extend({
|
export default Ember.Component.extend({
|
||||||
@computed()
|
@computed()
|
||||||
groupChoices() {
|
groupChoices() {
|
||||||
return this.site.get('groups').map(g => g.name);
|
return this.site.get("groups").map(g => g.name);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user