mirror of
https://github.com/covidpass-org/covidpass.git
synced 2025-02-24 07:27:53 +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';
|
this.expirationDate = '2021-10-22T23:59:59-04:00';
|
||||||
generic.auxiliaryFields.push({
|
generic.auxiliaryFields.push({
|
||||||
key: "expiry",
|
key: "expiry",
|
||||||
label: "Expiry Date",
|
label: "QR code expiry",
|
||||||
value: '2021-10-23'
|
value: '2021-10-22'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -157,7 +157,7 @@ function processReceipt(receipt: Receipt, generic: PassDictionary) : boolean {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "dov",
|
key: "dov",
|
||||||
label: "Date",
|
label: "Vacc. Date",
|
||||||
value: receipt.vaccinationDate,
|
value: receipt.vaccinationDate,
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user