Fix pool detail page on Firefox

This commit is contained in:
nymkappa
2022-03-09 16:30:45 +01:00
parent 261487d383
commit efe1e245a0
5 changed files with 55 additions and 24 deletions

View File

@@ -27,6 +27,7 @@ export class PoolComponent implements OnInit {
@Input() right: number | string = 45;
@Input() left: number | string = 75;
formatNumber = formatNumber;
poolStats$: Observable<PoolStat>;
blocks$: Observable<BlockExtended[]>;
isLoading = true;