Skip to content

Commit 47240ec

Browse files
Hide button menu on symptoms form (#214)
1 parent 1e9401e commit 47240ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/events/medical-information/symptoms/details.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,9 @@ <h1 class="nhsuk-heading-l">
638638
}) }} #}
639639
{% set saveSymptomFirst = true %}
640640
{% set allowEdits = true %}
641-
{% include "add-symptom-button-menu.njk" %}
641+
642+
{# Button menu disabled for now until we have a prod component #}
643+
{# {% include "add-symptom-button-menu.njk" %} #}
642644
</div>
643645

644646
{# Only show link if this is a previously saved symptom #}

0 commit comments

Comments
 (0)