summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/History.stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/History.stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/History.stories.tsx9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/History.stories.tsx b/packages/taler-wallet-webextension/src/wallet/History.stories.tsx
index 8b4f64a93..cc87cb992 100644
--- a/packages/taler-wallet-webextension/src/wallet/History.stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/History.stories.tsx
@@ -35,7 +35,6 @@ import {
TransactionPeerPushDebit,
TransactionRefresh,
TransactionRefund,
- TransactionReward,
TransactionType,
TransactionWithdrawal,
WithdrawalType,
@@ -112,11 +111,6 @@ const exampleData = {
exchangeBaseUrl: "http://exchange.taler",
refreshReason: RefreshReason.PayMerchant,
} as TransactionRefresh,
- tip: {
- ...commonTransaction(),
- type: TransactionType.Reward,
- merchantBaseUrl: "http://ads.merchant.taler.net/",
- } as TransactionReward,
refund: {
...commonTransaction(),
type: TransactionType.Refund,
@@ -277,7 +271,6 @@ export const SomeTransactions = tests.createExample(TestedComponent, {
},
},
exampleData.refund,
- exampleData.tip,
exampleData.deposit,
],
balances: [
@@ -371,7 +364,6 @@ export const SomeTransactionsInDifferentStates = tests.createExample(
},
},
exampleData.refund,
- exampleData.tip,
exampleData.deposit,
],
balances: [
@@ -402,7 +394,6 @@ export const SomeTransactionsWithTwoCurrencies = tests.createExample(
exampleData.payment,
exampleData.refresh,
exampleData.refund,
- exampleData.tip,
exampleData.deposit,
],
balances: [