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

View File

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