transaction refactor for frontend

This commit is contained in:
ogerly 2022-03-01 08:26:43 +01:00
parent 289ca9115a
commit b1cfb993d9

View File

@ -53,7 +53,11 @@
</b-col>
<b-col cols="7">
<div class="gdd-transaction-list-item-name">
{{ typeId !== 'DECAY' ? (linkedUser.firstName + linkedUser.lastName ) : $t('decay.decay_since_last_transaction') }}
{{
typeId !== 'DECAY'
? linkedUser.firstName + ' ' + linkedUser.lastName
: $t('decay.decay_since_last_transaction')
}}
</div>
</b-col>
</b-row>