aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/DestinationSelection.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/DestinationSelection.stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/DestinationSelection.stories.tsx4
1 files changed, 2 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
index 876f683f6..ec997dfb3 100644
--- a/packages/taler-wallet-webextension/src/wallet/DestinationSelection.stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/DestinationSelection.stories.tsx
@@ -30,8 +30,8 @@ export default {
};
export const GetCash = createExample(DestinationSelectionGetCash, {
- currency: "usd",
+ amount: "usd:0",
});
export const SendCash = createExample(DestinationSelectionSendCash, {
- currency: "eur",
+ amount: "eur:1",
});