diff --git a/gef-ui/templates/partials/amendments/facility-value.njk b/gef-ui/templates/partials/amendments/facility-value.njk
index 71d57cf10f..626761f2fd 100644
--- a/gef-ui/templates/partials/amendments/facility-value.njk
+++ b/gef-ui/templates/partials/amendments/facility-value.njk
@@ -8,16 +8,6 @@
New facility value
{%- endblock %}
-{% set headingHtml %}
-
- {{ exporterName }}, {{ facilityType }} facility
-
-
-
- New facility value
-
-{% endset %}
-
{% block content %}
{% if errors %}
{{ govukErrorSummary({
@@ -44,12 +34,19 @@
+
+ {{ exporterName }}, {{ facilityType }} facility
+
+
+
+
+
+
{{ govukInput({
id: "facilityValue",
classes: "govuk-input--width-10",
- label: {
- html: headingHtml
- },
name: "facilityValue",
value: facilityValue,
prefix: {