We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f255ef3 commit 8164caaCopy full SHA for 8164caa
app/views/vaccinate/patient-history.html
@@ -8,7 +8,7 @@
8
9
{% if (data.vaccine === "COVID-19") %}
10
{% set nextPage = "/vaccinate/warning" %}
11
-{% elseif (data.eligibility | arrayOrStringIncludes("Pregnant")) or (data.vaccine == "Pertussis") %}
+{% elseif ((data.vaccine == "RSV") and (data.eligibility | arrayOrStringIncludes("Pregnant"))) or (data.vaccine == "Pertussis") %}
12
{% set nextPage = "/vaccinate/patient-estimated-due-date" %}
13
{% else %}
14
{% set nextPage = "/vaccinate/consent" %}
0 commit comments