Exclude websocket tab on bisq

This commit is contained in:
hunicus
2021-12-09 07:44:49 -05:00
parent f0be19409f
commit ff148f15c4
2 changed files with 7 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
</ng-template>
</li>
<li [ngbNavItem]="1">
<li [ngbNavItem]="1" *ngIf="showWebSocketTab">
<a ngbNavLink routerLink="../websocket">API - WebSocket</a>
<ng-template ngbNavContent>