Skip to content

Commit

Permalink
Added extra check for post 01/04/23 questions
Browse files Browse the repository at this point in the history
  • Loading branch information
drieJAC committed Jun 2, 2023
1 parent 23df7a2 commit c36a26c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/views/Exercise/Reports/Diversity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,10 @@
<Stat :stat="diversity[activeTab].socialMobility.attendedUKStateSchool" />
</td>
</tr>
<tr v-if="applicationOpenDatePost01042023 && 'firstGenerationUniversity' in diversity[activeTab].socialMobility" class="govuk-table__row">
<tr
v-if="applicationOpenDatePost01042023 && 'firstGenerationUniversity' in diversity[activeTab].socialMobility"
class="govuk-table__row"
>
<th
scope="row"
class="govuk-table__header"
Expand All @@ -402,7 +405,10 @@
<Stat :stat="diversity[activeTab].socialMobility.firstGenerationUniversity" />
</td>
</tr>
<tr v-else-if="'parentsAttendedUniversity' in diversity[activeTab].socialMobility" class="govuk-table__row">
<tr
v-else-if="'parentsAttendedUniversity' in diversity[activeTab].socialMobility"
class="govuk-table__row"
>
<th
scope="row"
class="govuk-table__header"
Expand Down

0 comments on commit c36a26c

Please sign in to comment.