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:18 +01:00 committed by GitHub
parent 134c04a325
commit 9eb42e0a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
<b-icon :icon="getStatusIcon(row.item.state)"></b-icon>
</template>
<template #cell(bookmark)="row">
<div v-if="!myself(`${row.item.firstName} ${row.item.lastName}`)">
<div v-if="!myself(row.item)">
<b-button
variant="danger"
size="md"