diff --git a/packages/taler-wallet-webextension/src/cta/Withdraw.tsx b/packages/taler-wallet-webextension/src/cta/Withdraw.tsx index f19da3960..66c83cf15 100644 --- a/packages/taler-wallet-webextension/src/cta/Withdraw.tsx +++ b/packages/taler-wallet-webextension/src/cta/Withdraw.tsx @@ -162,10 +162,8 @@ export function View({ big /> )} - - {!reviewing && ( -
- {switchingExchange ? ( + {!reviewing && + (switchingExchange ? (
{ if (nextExchange !== undefined) { onSwitchExchange(nextExchange); @@ -193,12 +192,15 @@ export function View({ ) : ( - setSwitchingExchange(true)}> - Switch exchange + setSwitchingExchange(true)} + > + Edit exchange - )} -
- )} + ))} +

- You have no balance to show. + You have no balance. -
- - To withdraw money you can start from your bank site or click the - "withdraw" button to use a known exchange. - + Withdraw some funds into your wallet.

goToWalletManualWithdraw()}> Withdraw