mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 23:57:11 +02:00
Remove difficulty endpoint from nav
This commit is contained in:
@@ -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>
|
<p>General</p>
|
||||||
<a [routerLink]="['./']" fragment="get-difficulty-adjustment" (click)="collapseItem.toggle()">GET Difficulty Adjustment</a>
|
<a [routerLink]="['./']" fragment="get-difficulty-adjustment" (click)="collapseItem.toggle()">GET Difficulty Adjustment</a>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
Reference in New Issue
Block a user