fixed minor bug with cookie consent btn
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
This commit is contained in:
@@ -51,7 +51,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const hasConsentGiven = () => {
|
const hasConsentGiven = () => {
|
||||||
if (cookies.get('consent').toString() === 'given')
|
if (cookies.get('consent') === 'given')
|
||||||
consent.value = true
|
consent.value = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user