From 66db7fcadb814a93fa761fb7f23ed1077284f610 Mon Sep 17 00:00:00 2001 From: Peter Ferguson Date: Sat, 16 Mar 2024 12:23:07 +0000 Subject: [PATCH 01/14] attempt to add display items seems chromes SPC doesn't support display items --- .../src/components/create-payment-button.tsx | 23 ++++++++++++++++--- apps/dapp/src/lib/utils.ts | 5 ++-- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/apps/dapp/src/components/create-payment-button.tsx b/apps/dapp/src/components/create-payment-button.tsx index 202c14e..6a13dbc 100644 --- a/apps/dapp/src/components/create-payment-button.tsx +++ b/apps/dapp/src/components/create-payment-button.tsx @@ -6,7 +6,6 @@ export function CreatePaymentButton() {