diff --git a/addon/components/modals/group-form.hbs b/addon/components/modals/group-form.hbs
index ccd98ce..f683010 100644
--- a/addon/components/modals/group-form.hbs
+++ b/addon/components/modals/group-form.hbs
@@ -16,10 +16,24 @@
- {{t "iam.components.permission-picker.selected"}} {{this.selected.length}}
+ {{t "iam.components.permission-picker.selected"}}
+ {{this.selected.length}}
diff --git a/addon/components/table/cell/group-members.hbs b/addon/components/table/cell/group-members.hbs
index 03268a5..81e62ef 100644
--- a/addon/components/table/cell/group-members.hbs
+++ b/addon/components/table/cell/group-members.hbs
@@ -1,7 +1,11 @@
{{#each @row.users as |user|}}
diff --git a/addon/components/table/cell/user-name.hbs b/addon/components/table/cell/user-name.hbs
index 9fddc80..4559368 100644
--- a/addon/components/table/cell/user-name.hbs
+++ b/addon/components/table/cell/user-name.hbs
@@ -1,5 +1,5 @@
\ No newline at end of file
diff --git a/addon/templates/groups/index.hbs b/addon/templates/groups/index.hbs
index 4ec80a7..8ce2549 100644
--- a/addon/templates/groups/index.hbs
+++ b/addon/templates/groups/index.hbs
@@ -1,5 +1,5 @@
- {{#if (safe-has this.table "selectedRows")}}
+ {{#if (safe-has this.table "selectedRows")}}