Force disable mining dashboard if base_module not mempool

This commit is contained in:
nymkappa
2022-03-16 17:28:00 +01:00
parent 32f3acd2f0
commit 71648bf01e
4 changed files with 16 additions and 10 deletions

View File

@@ -45,7 +45,7 @@ export class StatisticsComponent implements OnInit {
private route: ActivatedRoute,
private websocketService: WebsocketService,
private apiService: ApiService,
private stateService: StateService,
public stateService: StateService,
private seoService: SeoService,
private storageService: StorageService,
) { }