Skip to content

Commit c0b68fc

Browse files
authored
Merge pull request #592 from companieshouse/fix/lp-1411-disqualified-statement
fix : condition typo
2 parents 2215ab3 + 592a296 commit c0b68fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/add-general-partner-person.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
{% set nationalityFieldNameId = "nationality2" %}
203203
{% include "includes/nationalities.njk" %}
204204

205-
{% if not journeytypes.isTransition %}
205+
{% if not journeyTypes.isTransition %}
206206
{% include "includes/disqualification-statement.njk" %}
207207
{% endif %}
208208

0 commit comments

Comments
 (0)