mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 22:58:30 +01:00
Update block-transactions.component.html
This commit is contained in:
parent
c43b567847
commit
e2d2a8da26
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
</ng-template>
|
||||
|
||||
<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">
|
||||
<div class="header-bg box">
|
||||
<div class="progress progress-dark" style="margin: 4px; height: 14px;">
|
||||
|
|
Loading…
Add table
Reference in a new issue