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
e239b51a8c
commit
e1dc7ea272
@ -49,7 +49,9 @@
|
||||
</b-row>
|
||||
<b-row class="pr-3">
|
||||
<b-col class="text-right">{{ $t('form.new_balance') }}</b-col>
|
||||
<b-col class="text-right"> <strong>~ {{ $n(balance - amount, 'decimal') }} </strong></b-col>
|
||||
<b-col class="text-right">
|
||||
<strong>~ {{ $n(balance - amount, 'decimal') }}</strong>
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-container>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user