v4.3.3.20 - Update NsPanelTs.ts

Remove semicolon
This commit is contained in:
Armilar
2023-12-08 22:25:04 +01:00
committed by GitHub
parent 41f43fe5d0
commit b5c4a2128b

View File

@@ -7465,7 +7465,7 @@ function GenerateDetailPage(type: string, optional: string, pageItem: PageItem):
sec_remaining = timer_actual % 60;
editable = 0;
action2 = 'pause';
label2 = findLocale('timer', 'off');;
label2 = findLocale('timer', 'off');
}
}