mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
yarn lint --fix
This commit is contained in:
parent
2bea864caa
commit
e39502c070
@ -53,7 +53,11 @@
|
|||||||
</b-col>
|
</b-col>
|
||||||
<b-col cols="7">
|
<b-col cols="7">
|
||||||
<div class="gdd-transaction-list-item-name">
|
<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>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user