Update block-transactions.component.html
This commit is contained in:
parent
c43b567847
commit
e2d2a8da26
@ -20,7 +20,7 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<ng-template #loading>
|
<ng-template #loading>
|
||||||
<div class="text-center mb-4" class="tx-skeleton">
|
<div class="tx-skeleton">
|
||||||
<ng-container *ngIf="(txsLoadingStatus$ | async) as txsLoadingStatus; else headerLoader">
|
<ng-container *ngIf="(txsLoadingStatus$ | async) as txsLoadingStatus; else headerLoader">
|
||||||
<div class="header-bg box">
|
<div class="header-bg box">
|
||||||
<div class="progress progress-dark" style="margin: 4px; height: 14px;">
|
<div class="progress progress-dark" style="margin: 4px; height: 14px;">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user