diff --git a/frontend/src/components/TransactionRows/Name.vue b/frontend/src/components/TransactionRows/Name.vue index b2e0830fc..2f495756c 100644 --- a/frontend/src/components/TransactionRows/Name.vue +++ b/frontend/src/components/TransactionRows/Name.vue @@ -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 },