From 59d235e8d29159bc8caccf8bee6a2bca8b0b90dc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 16 Sep 2022 16:03:58 -0300 Subject: redirect after success #7357 --- .../src/cta/InvoiceCreate/views.tsx | 32 ---------------------- 1 file changed, 32 deletions(-) (limited to 'packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx') diff --git a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx index c5ed9a4cf..693c07713 100644 --- a/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx +++ b/packages/taler-wallet-webextension/src/cta/InvoiceCreate/views.tsx @@ -45,38 +45,6 @@ export function LoadingUriView({ error }: State.LoadingUriError): VNode { ); } -export function CreatedView({ - talerUri, - copyToClipboard, - cancel, -}: State.Created): VNode { - const { i18n } = useTranslationContext(); - return ( - - - - Digital cash invoice - -
-

- Show this QR to pay the invoice -

- -
-
- or - -
-
- - Close - -
-
- ); -} export function ReadyView({ invalid, -- cgit v1.2.3