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

View File

@ -162,7 +162,7 @@ export default {
}
},
methods: {
myself(name) {
myself(item) {
return (
name === `${this.$store.state.moderator.firstName} ${this.$store.state.moderator.lastName}`
)