mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove strong element on new_balance
This commit is contained in:
parent
9c8aa4d60e
commit
a67831b8ad
@ -50,7 +50,7 @@
|
||||
<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>
|
||||
~ {{ $n(balance - amount, 'decimal') }}
|
||||
</b-col>
|
||||
</b-row>
|
||||
</b-container>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user