From 45cb2a156ba85a11c41786dab959bd82ca68b498 Mon Sep 17 00:00:00 2001 From: Billy Lo Date: Mon, 25 Oct 2021 13:18:05 -0400 Subject: [PATCH] wip --- pages/index.tsx | 4 ++-- public/locales/en/common.yml | 2 +- src/payload.ts | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 59bbfca..d0757e8 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -89,7 +89,7 @@ function Index(): JSX.Element {
Saskatchewan
Yukon
-
+ {/*
California
Connecticut
Delaware
@@ -103,7 +103,7 @@ function Index(): JSX.Element {
Oklahoma
Utah
Virginia
-
+
*/} {displayPassCount}

Native support for Android - COVID card in your Google Pay wallet - Oct 20th update:
diff --git a/public/locales/en/common.yml b/public/locales/en/common.yml index 6558d76..b768b02 100644 --- a/public/locales/en/common.yml +++ b/public/locales/en/common.yml @@ -1,7 +1,7 @@ title: Vaccination Receipt to Mobile Wallets subtitle: This site, created by volunteers, imports your proof-of-vaccination QR code into Apple Wallet (for iOS 15+), Google Pay Wallet (for Android 8.1+), or a Photo pass (for all others) for easy access. subtitle2: | - We support importing QR codes from the following provinces, territories, and states: + We support importing QR codes from the following provinces and territories: continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️ privacyPolicy: Privacy Policy gitHub: Website Source Code diff --git a/src/payload.ts b/src/payload.ts index 9a29cf0..7ea16d7 100644 --- a/src/payload.ts +++ b/src/payload.ts @@ -91,11 +91,11 @@ export class Payload { //TODO: feature flagging - // this.generic.backFields.push({ - // key: "original", - // label: "Original receipt (saved locally in Safari)", - // attributedValue: attributedValue - // }); + this.generic.backFields.push({ + key: "original", + label: "Original receipt (saved locally in Safari)", + attributedValue: attributedValue + }); } } }