taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit a0e0c5c4a61329886b22e11ccac7626d8861bf79
parent ba913cd2ceccfe3b1472d95087317445df0073e9
Author: Florian Dold <florian@dold.me>
Date:   Wed, 21 Jun 2023 09:43:45 +0200

webextension: fix type error

Diffstat:
Mpackages/taler-wallet-webextension/src/wallet/DestinationSelection/stories.tsx | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/wallet/DestinationSelection/stories.tsx b/packages/taler-wallet-webextension/src/wallet/DestinationSelection/stories.tsx @@ -35,7 +35,6 @@ export const GetCash = tests.createExample(ReadyView, { }, }, goToBank: {}, - sendAll: {}, goToWallet: {}, previous: [], selectCurrency: {}, @@ -50,7 +49,6 @@ export const SendCash = tests.createExample(ReadyView, { }, }, goToBank: {}, - sendAll: {}, goToWallet: {}, previous: [], selectCurrency: {},