in website/src/theme/Navbar/Layout/index.js [45:51]
function (err, _siteConsent) {
if (!err) {
siteConsent = _siteConsent; //siteConsent is used to get the current consent
} else {
console.log("Error initializing WcpConsent: " + err);
}
},