diff --git a/frontend/src/app/components/api-docs/api-docs.component.ts b/frontend/src/app/components/api-docs/api-docs.component.ts index 5d8966f28..00bc026f1 100644 --- a/frontend/src/app/components/api-docs/api-docs.component.ts +++ b/frontend/src/app/components/api-docs/api-docs.component.ts @@ -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; }