mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix lint
This commit is contained in:
parent
b3cfc6d918
commit
2f75b131ad
@ -164,7 +164,8 @@ export default {
|
||||
methods: {
|
||||
myself(item) {
|
||||
return (
|
||||
`${item.firstName} ${item.lastName}` === `${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