Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hurradieweltgehtunter committed Dec 4, 2023
1 parent 199a3e9 commit 078e96a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/js/Pages/Housing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,13 @@
case 'showQuestionnaire':
return defineAsyncComponent(() => import('@/Components/Housing/Questionnaire.vue'))
case 'writingstyleSelect':
return defineAsyncComponent(() => import('@/Components/Housing/WritingStyleSelect.vue'))
return defineAsyncComponent(() => import('@/Components/Housing/WritingStyle.vue'))
default:
return null
}
}
})
const addressComplete = computed(() => {
return housing.value.addressIsComplete()
})
Expand Down

0 comments on commit 078e96a

Please sign in to comment.