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:40:09 +01:00 committed by GitHub
parent 2c1c4ede75
commit 8047dbf544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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