mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-23 15:07:44 +01:00
tuned the dates heading / details a bit.
This commit is contained in:
parent
22101f9a4b
commit
7b17a87edf
@ -87,8 +87,8 @@ export class Payload {
|
||||
this.expirationDate = '2021-10-22T23:59:59-04:00';
|
||||
generic.auxiliaryFields.push({
|
||||
key: "expiry",
|
||||
label: "Expiry Date",
|
||||
value: '2021-10-23'
|
||||
label: "QR code expiry",
|
||||
value: '2021-10-22'
|
||||
})
|
||||
}
|
||||
}
|
||||
@ -157,7 +157,7 @@ function processReceipt(receipt: Receipt, generic: PassDictionary) : boolean {
|
||||
},
|
||||
{
|
||||
key: "dov",
|
||||
label: "Date",
|
||||
label: "Vacc. Date",
|
||||
value: receipt.vaccinationDate,
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user