mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -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({
|
||||
@computed()
|
||||
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