Searched refs:showCookieConsent (Results 1 – 2 of 2) sorted by relevance
22 private showCookieConsent = true;25 if (this.showCookieConsent) {26 this.showCookieConsent = localStorage.getItem(COOKIE_ACK_KEY) === null;28 if (!this.showCookieConsent) return;45 this.showCookieConsent = false;
80 showCookieConsent = false; property in FrontendLocalState