hide kicak/ban from context if admin
This commit is contained in:
parent
df98368137
commit
1e77a1afde
@ -36,7 +36,7 @@
|
|||||||
</li>
|
</li>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="admin">
|
<template v-if="admin && !child.data.member.admin">
|
||||||
<li class="seperator" />
|
<li class="seperator" />
|
||||||
<li>
|
<li>
|
||||||
<span @click="kick(child.data.member)" style="color: #f04747;">{{ $t('context.kick') }}</span>
|
<span @click="kick(child.data.member)" style="color: #f04747;">{{ $t('context.kick') }}</span>
|
||||||
|
Reference in New Issue
Block a user