Display "stack of X blocks" instead of "8th block" on the mempool block stack.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="container-xl" *ngIf="mempoolBlock$ | async as mempoolBlock">
|
||||
|
||||
<div class="title-block">
|
||||
<h1 class="float-left">{{ getGetOrdinal() }}</h1>
|
||||
<h1 class="float-left">{{ ordinal }}</h1>
|
||||
<button [routerLink]="['/' | relativeUrl]" class="btn btn-sm float-right mr-2 mt-2">✕</button>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user