SSR: fix graph loading indicators
This commit is contained in:
@@ -169,7 +169,7 @@
|
||||
|
||||
<!-- Hashrate chart -->
|
||||
<div class="chart" *browserOnly echarts [initOpts]="chartInitOptions" [options]="chartOptions"></div>
|
||||
<div class="text-center loadingGraphs" *ngIf="isLoading">
|
||||
<div class="text-center loadingGraphs" *ngIf="!stateService.isBrowser || isLoading">
|
||||
<div class="spinner-border text-light"></div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user