From 8db259921be47abe6470fa8a0dd3b17665eece35 Mon Sep 17 00:00:00 2001 From: Wilson Wong Date: Tue, 26 Nov 2024 18:23:21 -0800 Subject: [PATCH] Modify logic for showing Required Permits --- .../src/views/housing/project/ProjectView.vue | 25 ++++--------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/frontend/src/views/housing/project/ProjectView.vue b/frontend/src/views/housing/project/ProjectView.vue index 56a54ee8..66a43011 100644 --- a/frontend/src/views/housing/project/ProjectView.vue +++ b/frontend/src/views/housing/project/ProjectView.vue @@ -91,14 +91,6 @@ const permitsSubmitted: ComputedRef> = computed(() => { .sort(permitBusinessSortFcn); }); -const permitsUnderinvestigation: ComputedRef> = computed(() => { - return permitFilter({ - permitNeeded: PermitNeeded.UNDER_INVESTIGATION, - permits: getPermits.value, - permitTypes: getPermitTypes.value - }); -}); - // Actions const router = useRouter(); const toast = useToast(); @@ -240,19 +232,12 @@ onMounted(async () => {

Required permits

- We are investigating the permits required for this project. + We will update the necessary permits here as the project progresses. You may see this message while we are + investigating or if no application is needed at this time.
-
- All the necessary permits have been submitted at this time. If additional permits are required as the project - progresses, we will update them here. -
- { v-if="!permitsSubmitted.length" class="empty-block p-5" > - You will see your permit applications here once submitted. + We will update your submitted applications here as the project progresses.