Skip to content

Commit 7bc997b

Browse files
Fix for missing buttons
1 parent 8d4c18d commit 7bc997b

File tree

1 file changed

+2
-2
lines changed
  • app/views/_includes/medical-information/medical-history

1 file changed

+2
-2
lines changed

app/views/_includes/medical-information/medical-history/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,13 +608,13 @@
608608

609609
<div class="nhsuk-button-group app-button-group--small">
610610
{% for typeData in data.medicalHistoryTypes %}
611-
{% if typeData.canHaveMultiple %}
611+
{# {% if typeData.canHaveMultiple %} #}
612612
{{ button({
613613
text: typeData.name,
614614
href: contextUrl + "/medical-information/medical-history/" + typeData.slug + "/add" | urlWithReferrer(referrerChain | appendReferrer(currentUrl), scrollTo),
615615
classes: "nhsuk-button--secondary app-button--small"
616616
}) }}
617-
{% endif %}
617+
{# {% endif %} #}
618618

619619
{% endfor %}
620620
</div>

0 commit comments

Comments
 (0)