mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 18:32:19 +01:00
Fix liquid infinite scrolling
This commit is contained in:
parent
994b31527b
commit
c949fee49f
@ -14,7 +14,7 @@
|
||||
}}</a>
|
||||
</div>
|
||||
<div class="block-body">
|
||||
<div [attr.data-cy]="'bitcoin-block-offset=' + offset + '-index-' + i + '-fees'" class="fees">
|
||||
<div *ngIf="block?.extras" [attr.data-cy]="'bitcoin-block-offset=' + offset + '-index-' + i + '-fees'" class="fees">
|
||||
~{{ block?.extras?.medianFee | number:feeRounding }} <ng-container
|
||||
i18n="shared.sat-vbyte|sat/vB">sat/vB</ng-container>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user