Skip to content

Commit 955401a

Browse files
Fix
1 parent 1b1b8b1 commit 955401a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/vaccinate/consent.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
id: "consentName",
2626
name: "consentName",
27-
value: (data.consentName | first)
27+
value: ((data.consentName | first) if data.cosentName else "")
2828
}) }}
2929

3030
{% endset %}

0 commit comments

Comments
 (0)