diff options
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx')
-rw-r--r-- | packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx index b2922de22..d338b77f5 100644 --- a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx +++ b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx @@ -89,6 +89,7 @@ const exampleData = { ...commonTransaction, amountEffective: "KUDOS:12", type: TransactionType.Payment, + posConfirmation: undefined, info: { contractTermsHash: "ASDZXCASD", merchant: { |