Remove difficulty endpoint from nav

This commit is contained in:
hunicus 2022-01-11 15:32:35 -05:00
parent 9b6d679739
commit 7825b8d732
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9

View File

@ -1,4 +1,4 @@
<ng-template [ngIf]="network.val !== 'bisq' && network.val !== 'liquid'">
<ng-template [ngIf]="network.val !== 'bisq' && network.val !== 'liquid' && network.val !== 'liquidtestnet'">
<p>General</p>
<a [routerLink]="['./']" fragment="get-difficulty-adjustment" (click)="collapseItem.toggle()">GET Difficulty Adjustment</a>
</ng-template>