Browse Source

Clean up

pull/3260/head
Thomas Kaul 1 year ago
parent
commit
236b058c96
  1. 7
      libs/ui/src/lib/account-balances/account-balances.component.html

7
libs/ui/src/lib/account-balances/account-balances.component.html

@ -46,12 +46,7 @@
<td *matFooterCellDef class="px-2" mat-footer-cell>
<div class="d-flex justify-content-end">
<mat-form-field appearance="outline" class="without-hint">
<input
formControlName="balance"
matInput
placeholder="Value"
type="number"
/>
<input formControlName="balance" matInput type="number" />
<div class="ml-2" matTextSuffix>
{{ accountCurrency }}
</div>

Loading…
Cancel
Save