fix show consent detail

This commit is contained in:
Warunee Tamkoo 2026-01-20 23:30:28 +07:00
parent 781dd9b382
commit e7e5ded4d9

View file

@ -56,7 +56,7 @@ const privacyContent = {
const scrollContainer = ref<HTMLElement | null>(null)
const hasScrolledToBottom = ref(false)
const acceptPrivacy = ref(false)
const showDetails = ref(false)
const showDetails = ref(true)
const isAcceptDisabled = computed(() => !acceptPrivacy.value)
const handleScroll = (event: Event) => {