🚑 Fix setting permission

This commit is contained in:
SebClem 2022-07-04 19:40:43 +02:00
parent 401911970e
commit c84ece5d45
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -1,5 +1,5 @@
<template>
<v-card title="Settings" v-if="!properties.guild?.canManage">
<v-card title="Settings" v-if="properties.guild?.canManage">
<template v-slot:prepend>
<v-icon color="primary" size="x-large">mdi-cog</v-icon>
</template>