mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update admin/src/components/Tables/OpenCreationsTable.vue
Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
parent
815e06f8da
commit
b3cfc6d918
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user