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 615abe0c60
commit e9c8fcd6fb

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;
}