From e7e5ded4d97ab072a56e49c861e763288e653256 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 20 Jan 2026 23:30:28 +0700 Subject: [PATCH] fix show consent detail --- src/components/PopupPrivacy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PopupPrivacy.vue b/src/components/PopupPrivacy.vue index 1a77526..a72dde3 100644 --- a/src/components/PopupPrivacy.vue +++ b/src/components/PopupPrivacy.vue @@ -56,7 +56,7 @@ const privacyContent = { const scrollContainer = ref(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) => {