Hide tabs in /graphs page is mining not available

This commit is contained in:
nymkappa
2022-03-16 14:48:37 +01:00
parent 4ecacde10b
commit 92142cd531
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
import { Component, OnInit } from "@angular/core";
import { StateService } from "src/app/services/state.service";
@Component({
selector: 'app-graphs',
@@ -6,7 +7,7 @@ import { Component, OnInit } from "@angular/core";
styleUrls: ['./graphs.component.scss'],
})
export class GraphsComponent implements OnInit {
constructor() { }
constructor(public stateService: StateService) { }
ngOnInit(): void {