SSR: Fix block viz loading indicators
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<app-block-overview-graph
|
||||
#blockGraph
|
||||
[isLoading]="isLoading$ | async"
|
||||
[isLoading]="(isLoading$ | async) || !stateService.isBrowser"
|
||||
[resolution]="resolution"
|
||||
[blockLimit]="stateService.blockVSize"
|
||||
[orientation]="timeLtr ? 'right' : 'left'"
|
||||
|
||||
Reference in New Issue
Block a user