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