This commit is contained in:
ogerly 2022-01-18 16:35:20 +01:00
parent e239b51a8c
commit e1dc7ea272

View File

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