Fixes Cookie Popup Behavior

This commit is contained in:
2023-10-13 09:10:00 -03:00
parent bf49537409
commit e258a5477b

View File

@@ -35,7 +35,7 @@ export class AppComponent implements OnInit {
let cookieConsentStatus = this.cookieConsentService.getCookieConsentStatusFromLocalStorage();
if (cookieConsentStatus) {
this.ccService.fadeOut();
this.ccService.destroy();
}
this.cookieStatusChangeSubscription = this.ccService.statusChange$.subscribe(