mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
Fix Bisq API docs page from not expanding on load
This commit is contained in:
parent
2c3f425797
commit
95bb0fc265
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue