mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-29 10:26:22 +02:00
hide kicak/ban from context if admin
This commit is contained in:
parent
df98368137
commit
1e77a1afde
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
</li>
|
||||
</template>
|
||||
|
||||
<template v-if="admin">
|
||||
<template v-if="admin && !child.data.member.admin">
|
||||
<li class="seperator" />
|
||||
<li>
|
||||
<span @click="kick(child.data.member)" style="color: #f04747;">{{ $t('context.kick') }}</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue