This commit is contained in:
Mateus Meyer Jiacomelli 2023-02-09 16:00:56 -03:00
parent 31c6736c54
commit 6fee673ce4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ export class StageViewComponent implements OnInit, OnDestroy {
time = new Date();
showNotes = true;
fontScale: number;
serviceItemSubscription$: Subscription = null;
fontScaleSubscription$: Subscription;