mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Remove difficulty endpoint from nav
This commit is contained in:
parent
9b6d679739
commit
7825b8d732
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user