Skip to content

Commit

Permalink
Merge pull request #550 from DEFRA/revert-aqc-234-code-change
Browse files Browse the repository at this point in the history
reverting displaying populated place in multiple location result page
  • Loading branch information
saranyavinayagam08 authored Feb 19, 2025
2 parents e38075d + e265ab7 commit 994395b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/server/multiple-results/multiple-locations.njk
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@
{% else %}
<span class="govuk-!-font-weight-bold">{{ item.GAZETTEER_ENTRY.NAME1 }}</span>,
{% endif %}
{% if item.GAZETTEER_ENTRY.LOCAL_TYPE === 'Postcode' %}
{{ item.GAZETTEER_ENTRY.POPULATED_PLACE }}
{% else %}
{% if item.GAZETTEER_ENTRY.DISTRICT_BOROUGH %}
{{ item.GAZETTEER_ENTRY.DISTRICT_BOROUGH }}
{% else %}
{{ item.GAZETTEER_ENTRY.COUNTY_UNITARY }}
{% endif %}
{% endif %}
</a>
</li>
{% endfor %}
Expand Down

0 comments on commit 994395b

Please sign in to comment.