mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch 'master' into fix-avatar-seeding
This commit is contained in:
commit
37589f34d5
@ -10,7 +10,7 @@
|
||||
params: { id: scope.row.id, slug: scope.row.slug },
|
||||
}"
|
||||
>
|
||||
<ds-avatar online size="small" :name="scope.row.name"></ds-avatar>
|
||||
<profile-avatar :profile="scope.row" size="small" />
|
||||
</nuxt-link>
|
||||
</template>
|
||||
<template #name="scope">
|
||||
@ -80,9 +80,13 @@
|
||||
</template>
|
||||
<script>
|
||||
import { changeGroupMemberRoleMutation, removeUserFromGroupMutation } from '~/graphql/groups.js'
|
||||
import ProfileAvatar from '~/components/_new/generic/ProfileAvatar/ProfileAvatar'
|
||||
|
||||
export default {
|
||||
name: 'GroupMember',
|
||||
components: {
|
||||
ProfileAvatar,
|
||||
},
|
||||
props: {
|
||||
groupId: {
|
||||
type: String,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user