Pool addresses collapse - Cleanup mobile layout

This commit is contained in:
nymkappa
2022-03-25 17:48:24 +09:00
parent 8114ffe1c8
commit ef49457ec6
3 changed files with 106 additions and 31 deletions

View File

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