diff options
| author | Sebastian <sebasjm@gmail.com> | 2021-08-13 18:04:05 -0300 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2021-08-13 18:04:30 -0300 |
| commit | e9bb85a212dbd9b86875e89a0aca5d805e2ad61b (patch) | |
| tree | 7fb2f9f28fc382d7348cd45cb730b302217099c7 /packages/taler-wallet-webextension/src/wallet/Withdraw.stories.tsx | |
| parent | eb553be84163946e4ffa5b2a4dfaa2029aebc534 (diff) | |
new wallet UI and more tests
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/Withdraw.stories.tsx')
| -rw-r--r-- | packages/taler-wallet-webextension/src/wallet/Withdraw.stories.tsx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/Withdraw.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Withdraw.stories.tsx index 24fb17dfa..fef36b820 100644 --- a/packages/taler-wallet-webextension/src/wallet/Withdraw.stories.tsx +++ b/packages/taler-wallet-webextension/src/wallet/Withdraw.stories.tsx @@ -30,27 +30,12 @@ export default { }, }; -export const WithoutURI = (a: any) => <View {...a} />; -WithoutURI.args = { -} as ViewProps - export const WithoutDetails = (a: any) => <View {...a} />; WithoutDetails.args = { - talerWithdrawUri: 'http://something' -} as ViewProps - -export const Cancelled = (a: any) => <View {...a} />; -Cancelled.args = { - talerWithdrawUri: 'http://something', - details: { - amount: 'USD:2', - }, - cancelled: true } as ViewProps export const CompleteWithExchange = (a: any) => <View {...a} />; CompleteWithExchange.args = { - talerWithdrawUri: 'http://something', details: { amount: 'USD:2', }, @@ -59,7 +44,6 @@ CompleteWithExchange.args = { export const CompleteWithoutExchange = (a: any) => <View {...a} />; CompleteWithoutExchange.args = { - talerWithdrawUri: 'http://something', details: { amount: 'USD:2', }, |
