typo on field value on the back of the card

This commit is contained in:
Billy Lo 2021-10-24 23:07:54 -04:00
parent af8f2271da
commit 9a6770bfd8
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ function processSHCReceipt(receipt: SHCReceipt, generic: PassDictionary) {
{
key: 'vaccine' + (i+1),
label: `#${i+1} ${receipt.vaccinations[i].vaccineName}`,
value: `{receipt.vaccinations[i].vaccinationDate} in ${receipt.vaccinations[i].organization}`
value: `${receipt.vaccinations[i].vaccinationDate} in ${receipt.vaccinations[i].organization}`
}
)