diff --git a/components/Modals.ce.vue b/components/Modals.ce.vue index 94f06a90d..55061c845 100644 --- a/components/Modals.ce.vue +++ b/components/Modals.ce.vue @@ -9,14 +9,14 @@ import { useTrialStore } from '~/store/trial'; const { callbackStatus } = storeToRefs(useCallbackActionsStore()); const { promoVisible } = storeToRefs(usePromoStore()); -const { trialStatus } = storeToRefs(useTrialStore()); +const { showModal } = storeToRefs(useTrialStore()); diff --git a/components/UserProfile/CallbackFeedbackStatus.vue b/components/UserProfile/CallbackFeedbackStatus.vue index 848367ce8..c448eb017 100644 --- a/components/UserProfile/CallbackFeedbackStatus.vue +++ b/components/UserProfile/CallbackFeedbackStatus.vue @@ -16,7 +16,7 @@ withDefaults(defineProps(), {