Hide Mempool project description from non-mempool base module sites.

This commit is contained in:
softsimon
2021-08-14 01:37:28 +03:00
parent 3c229602e4
commit 4f73bba132
3 changed files with 9 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export class AboutComponent implements OnInit {
constructor(
private websocketService: WebsocketService,
private seoService: SeoService,
private stateService: StateService,
public stateService: StateService,
private apiService: ApiService,
private router: Router,
@Inject(LOCALE_ID) public locale: string,