Switch all direct sat/vb fields to new rate component

This commit is contained in:
Mononaut
2023-06-15 15:17:32 -04:00
parent b04f5f3378
commit 2bad8cce65
16 changed files with 41 additions and 32 deletions

View File

@@ -13,6 +13,7 @@ export class FeeRateComponent implements OnInit {
@Input() rounding: string = null;
@Input() showUnit: boolean = true;
@Input() unitClass: string = 'symbol';
@Input() unitStyle: any;
rateUnits$: Observable<string>;