1
0

CST-11012 removed extra comment

This commit is contained in:
Sondissimo
2023-09-03 13:44:47 +02:00
parent 7676478600
commit 07527e1170

View File

@@ -18,7 +18,7 @@ export class FooterComponent {
showTopFooter = false;
showPrivacyPolicy = environment.info.enablePrivacyStatement;
showEndUserAgreement = environment.info.enableEndUserAgreement;
coarLdnEnabled: boolean; // Add this line
coarLdnEnabled: boolean;
constructor(
@Optional() private cookies: KlaroService,