From b2355a3fcb5d5912ec2b4596e5d383d93564897e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 16 Jun 2023 09:40:57 -0300 Subject: remove testing ui --- .../src/wallet/DestinationSelection/views.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx') diff --git a/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx b/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx index 2c862202a..246e42fbb 100644 --- a/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx +++ b/packages/taler-wallet-webextension/src/wallet/DestinationSelection/views.tsx @@ -194,7 +194,6 @@ export function ReadyView(props: State.Ready): VNode { export function ReadyGetView({ amountHandler, goToBank, - amounts, mode, goToWallet, selectCurrency, @@ -207,7 +206,6 @@ export function ReadyGetView({

Specify the amount and the origin2

-
{JSON.stringify(amounts["withdrawal"], undefined, 2)}
Specify the amount and the destination -
{JSON.stringify(amounts["deposit"], undefined, 2)}