Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions app/data/vaccines.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ module.exports = [
name: "Fluenz (LAIV)",
type: "nasal spray"
},
{
name: "Influvac (TIVe)",
type: "injection"
},
{
name: "Supemtek (TIVr)",
type: "injection"
Expand Down Expand Up @@ -78,10 +74,6 @@ module.exports = [
name: "Fluenz (LAIV)",
type: "nasal spray"
},
{
name: "Influvac (TIVe)",
type: "injection"
},
{
name: "Supemtek (TIVr)",
type: "injection"
Expand Down
6 changes: 4 additions & 2 deletions app/views/record-vaccinations/eligibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@

{% set NationalFluEligibilityOptions = [
"Based on age",
"Health or social care worker",
"Healthcare worker",
"Pregnant",
"In a clinical risk group",
"Resident in a care home",
"Carer",
"Household contact of someone immunosuppressed"
"Household contact of someone immunosuppressed",
"Social care worker",
"Homeless"
] %}

{% set londonFluEligibilityOptions = [
Expand Down