diff --git a/src/app/modules/presentation/monitor/monitor.component.html b/src/app/modules/presentation/monitor/monitor.component.html index 799a6de..990846b 100644 --- a/src/app/modules/presentation/monitor/monitor.component.html +++ b/src/app/modules/presentation/monitor/monitor.component.html @@ -23,7 +23,7 @@
{{ date | date: "dd.MM.yyyy" }}
-
+
{{ presentationDynamicCaption }}
{{ presentationDynamicText }}
@@ -33,13 +33,13 @@ *ngIf="songId !== 'title' && songId !== 'empty'" [@songSwitch]="songId" [fullscreen]="true" - [index]="index" + [index]="index??0" [showSwitch]="false" [text]="song.text" chordMode="hide" >