mirror of
https://github.com/mempool/mempool.git
synced 2025-09-22 21:40:32 +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>
|
||||
<a [routerLink]="['./']" fragment="get-difficulty-adjustment" (click)="collapseItem.toggle()">GET Difficulty Adjustment</a>
|
||||
</ng-template>
|
||||
|
Reference in New Issue
Block a user