Fix Bisq API docs page from not expanding on load

This commit is contained in:
wiz 2020-10-18 13:53:45 +09:00
parent 2c3f425797
commit 95bb0fc265
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

@ -22,9 +22,6 @@ export class ApiDocsComponent implements OnInit {
this.network$ = merge(of(''), this.stateService.networkChanged$);
this.websocketService.want(['blocks']);
if (this.stateService.network === 'bisq') {
this.active = 2;
}
if (document.location.port !== '') {
this.hostname = this.hostname + ':' + document.location.port;
}