mirror of
https://github.com/mempool/mempool.git
synced 2024-12-28 17:24:25 +01:00
Hide "included in block" if block is clearly visible.
This commit is contained in:
parent
1b9900ccf8
commit
09b1a0d430
@ -47,7 +47,7 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr *ngIf="tx.status.block_height <= latestBlock.height - 8">
|
||||
<td class="td-width">Included in block</td>
|
||||
<td>
|
||||
<a [routerLink]="['/block/' | relativeUrl, tx.status.block_hash]" [state]="{ data: { blockHeight: tx.status.block_height } }">{{ tx.status.block_height }}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user