rename clock components

This commit is contained in:
Mononaut
2023-04-21 23:13:19 +09:00
parent 1fccd70379
commit 19353fc1d0
11 changed files with 29 additions and 30 deletions

View File

@@ -39,7 +39,6 @@ export class ClockFaceComponent implements OnInit, OnChanges, OnDestroy {
this.updateTime();
})
).subscribe();
this.websocketService.want(['blocks']);
this.blocksSubscription = this.stateService.blocks$
.subscribe(([block]) => {
if (block) {