diff --git a/web/components/Registration/ReplaceCheck.vue b/web/components/Registration/ReplaceCheck.vue index 2ce01489e..632e70f00 100644 --- a/web/components/Registration/ReplaceCheck.vue +++ b/web/components/Registration/ReplaceCheck.vue @@ -6,11 +6,10 @@ import { import { storeToRefs } from 'pinia'; import { DOCS_REGISTRATION_REPLACE_KEY } from '~/helpers/urls'; -import BrandLoadingWhite from '~/components/Brand/LoadingWhite.vue'; import { useReplaceRenewStore } from '~/store/replaceRenew'; const replaceRenewStore = useReplaceRenewStore(); -const { status, statusOutput } = storeToRefs(replaceRenewStore); +const { replaceStatusOutput } = storeToRefs(replaceRenewStore); defineProps<{ t: any; @@ -20,20 +19,19 @@ defineProps<{