Tracking WIP
This commit is contained in:
@@ -5,7 +5,7 @@ import { useCallback, useEffect } from "react"
|
||||
|
||||
import { webviews } from "@/constants/routes/webviews"
|
||||
|
||||
export default function CookieBot() {
|
||||
export default function CookieBotConsent() {
|
||||
const pathName = usePathname()
|
||||
const isWebview = webviews.includes(pathName)
|
||||
const CookiebotCallbackOnAccept = useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user