Force amounts to BTC unit in pool page

This commit is contained in:
natsoni
2024-06-26 10:48:17 +09:00
parent 9d3044efae
commit ad2d7af084
3 changed files with 7 additions and 6 deletions

View File

@@ -24,6 +24,7 @@ export class AmountComponent implements OnInit, OnDestroy {
@Input() addPlus = false;
@Input() blockConversion: Price;
@Input() forceBtc: boolean = false;
@Input() ignoreViewMode: boolean = false;
@Input() forceBlockConversion: boolean = false; // true = displays fiat price as 0 if blockConversion is undefined instead of falling back to conversions
constructor(