Skip to content

Commit

Permalink
Fix Home Owners Review page (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimak1 authored Oct 18, 2022
1 parent 5a3d555 commit b0eaa27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
>Return to this step to complete it.
</router-link>
</div>
<section class="px-6 my-2" v-if="hasHomeOwners || hasGroups">
<section class="px-6 my-2" v-if="hasHomeOwners || (hasGroups && showGroups)">
<article class="border-btm py-5">
<v-row no-gutters data-test-id="home-tenancy-type">
<v-col cols="3"><span class="generic-label">Home Tenancy Type </span></v-col>
Expand Down

0 comments on commit b0eaa27

Please sign in to comment.