diff --git a/src/app/footer/footer.component.ts b/src/app/footer/footer.component.ts index 4b04a8f5dc..c9b8c42bfc 100644 --- a/src/app/footer/footer.component.ts +++ b/src/app/footer/footer.component.ts @@ -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,