mirror of
https://github.com/mempool/mempool.git
synced 2025-03-26 17:51:45 +01:00
Fix Bisq API docs page from not expanding on load
This commit is contained in:
parent
2c3f425797
commit
95bb0fc265
@ -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…
x
Reference in New Issue
Block a user