mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
fix: CLARITY_ID and CLARITY_CONSENT variables are baked in on build time
This commit is contained in:
@@ -10,7 +10,6 @@ const RevokeConsentButton: React.FC = () =>
|
||||
|
||||
useEffect(() =>
|
||||
{
|
||||
console.log("getCookieChoice", getCookieChoice());
|
||||
setHasConsent(getCookieChoice() === "accepted");
|
||||
}, []);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user