Mining dashboard layout matches main dashboard layout

This commit is contained in:
nymkappa
2022-02-28 17:31:10 +09:00
parent 16331d1be7
commit b2dec5e20a
9 changed files with 43 additions and 20 deletions

View File

@@ -28,8 +28,9 @@ export class DifficultyComponent implements OnInit {
isLoadingWebSocket$: Observable<boolean>;
difficultyEpoch$: Observable<EpochProgress>;
@Input() showProgress: boolean = true;
@Input() showHalving: boolean = false;
@Input() showProgress = true;
@Input() showHalving = false;
@Input() showTitle = true;
constructor(
public stateService: StateService,