remove strong element on new_balance

This commit is contained in:
ogerly 2022-01-18 16:41:46 +01:00
parent 9c8aa4d60e
commit a67831b8ad

View File

@ -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>