mirror of
https://github.com/bfloydd/streams.git
synced 2026-07-22 12:50:25 +00:00
fix tests
This commit is contained in:
parent
0c054706ba
commit
5d044d643b
2 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ export class ComponentCoordinator extends BaseSliceService {
|
|||
}
|
||||
|
||||
updateAllStreamsBarComponents(): void {
|
||||
if (this.isInitializing) return;
|
||||
this.componentLifecycleManager?.updateAllStreamsBarComponents();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -144,6 +144,7 @@ export class ServiceCoordinator extends SettingsAwareSliceService {
|
|||
}
|
||||
|
||||
public updateAllStreamsBarComponents(): void {
|
||||
if (this.isInitializing) return;
|
||||
this.componentCoordinator?.updateAllStreamsBarComponents();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue