- {{$t('group.members')}}
+
+ {{ $t('group.members') }}
+
@@ -72,7 +74,7 @@ export default {
mutation: changeGroupMemberRoleMutation,
variables: { groupId: this.groupId, userId: id, roleInGroup: newRole },
})
- this.$toast.success(this.$t('group.change-member-role', {role: newRole}))
+ this.$toast.success(this.$t('group.change-member-role', { role: newRole }))
} catch (error) {
this.$toast.error(error.message)
}
diff --git a/webapp/components/Group/GroupMenu.vue b/webapp/components/Group/GroupMenu.vue
index 58a2d60ae..09f877906 100644
--- a/webapp/components/Group/GroupMenu.vue
+++ b/webapp/components/Group/GroupMenu.vue
@@ -16,7 +16,7 @@