mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
linting
This commit is contained in:
parent
b9dc65f123
commit
8a9a539e3c
@ -50,7 +50,9 @@ export default {
|
||||
? this.linkedUser.alias
|
||||
? this.linkedUser.alias +
|
||||
(this.linkedUser.communityName ? ' / ' + this.linkedUser.communityName : '')
|
||||
: this.linkedUser.firstName + ' ' + this.linkedUser.lastName +
|
||||
: this.linkedUser.firstName +
|
||||
' ' +
|
||||
this.linkedUser.lastName +
|
||||
(this.linkedUser.communityName ? ' / ' + this.linkedUser.communityName : '')
|
||||
: this.text
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user