summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/ExchangeSelection/stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/ExchangeSelection/stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/ExchangeSelection/stories.tsx12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/ExchangeSelection/stories.tsx b/packages/taler-wallet-webextension/src/wallet/ExchangeSelection/stories.tsx
index 38b63e615..dfa8bbd39 100644
--- a/packages/taler-wallet-webextension/src/wallet/ExchangeSelection/stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/ExchangeSelection/stories.tsx
@@ -39,6 +39,8 @@ export const Bitcoin1 = createExample(ReadyView, {
transferFees: {},
globalFees: [],
} as any,
+ onShowPrivacy: {},
+ onShowTerms: {},
onClose: {},
});
export const Bitcoin2 = createExample(ReadyView, {
@@ -57,6 +59,8 @@ export const Bitcoin2 = createExample(ReadyView, {
transferFees: {},
globalFees: [],
} as any,
+ onShowPrivacy: {},
+ onShowTerms: {},
onClose: {},
});
@@ -75,6 +79,8 @@ export const Kudos1 = createExample(ReadyView, {
transferFees: {},
globalFees: [],
} as any,
+ onShowPrivacy: {},
+ onShowTerms: {},
onClose: {},
});
export const Kudos2 = createExample(ReadyView, {
@@ -93,6 +99,8 @@ export const Kudos2 = createExample(ReadyView, {
transferFees: {},
globalFees: [],
} as any,
+ onShowPrivacy: {},
+ onShowTerms: {},
onClose: {},
});
export const ComparingBitcoin = createExample(ComparingView, {
@@ -108,6 +116,8 @@ export const ComparingBitcoin = createExample(ComparingView, {
globalFees: [],
} as any,
onReset: {},
+ onShowPrivacy: {},
+ onShowTerms: {},
onSelect: {},
error: undefined,
pairTimeline: {
@@ -130,6 +140,8 @@ export const ComparingKudos = createExample(ComparingView, {
globalFees: [],
} as any,
onReset: {},
+ onShowPrivacy: {},
+ onShowTerms: {},
onSelect: {},
error: undefined,
pairTimeline: {