Don't hide API docs on mobile.

This commit is contained in:
softsimon
2021-04-23 15:44:01 +04:00
parent b8fe7b621c
commit 165aa6eee2
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ import { Observable } from 'rxjs';
export class BisqMasterPageComponent implements OnInit {
connectionState$: Observable<number>;
navCollapsed = false;
isMobile = window.innerWidth <= 767.98;
constructor(
private stateService: StateService,