Liquid: wip on Federation audit dashboard

This commit is contained in:
natsee
2024-01-21 13:33:20 +01:00
parent 752eba767a
commit cd713c61b3
20 changed files with 1029 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ export class AmountComponent implements OnInit, OnDestroy {
@Input() noFiat = false;
@Input() addPlus = false;
@Input() blockConversion: Price;
@Input() forceBtc: boolean = false;
constructor(
private stateService: StateService,