mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Fix: aligned 'why is this block empty'
This commit is contained in:
parent
e9d6cf8c04
commit
2feee1d2fd
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@
|
|||
<ng-container *ngTemplateOutlet="restOfTable"></ng-container>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="col-sm chart-container" *ngIf="webGlEnabled && !showComparison">
|
||||
<div class="col-sm chart-container block-graph-wrapper" *ngIf="webGlEnabled && !showComparison">
|
||||
<app-block-overview-graph
|
||||
#blockGraphActual
|
||||
[isLoading]="!stateService.isBrowser || isLoadingOverview"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue