Update admin/src/components/Tables/OpenCreationsTable.vue

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Alexander Friedland 2023-02-28 21:39:45 +01:00 committed by GitHub
parent 9eb42e0a41
commit 215bf45169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@
</b-button> </b-button>
</template> </template>
<template #cell(deny)="row"> <template #cell(deny)="row">
<div v-if="!myself(`${row.item.firstName} ${row.item.lastName}`)"> <div v-if="!myself(row.item)">
<b-button <b-button
variant="warning" variant="warning"
size="md" size="md"