From 32937795c59fa91e4ff07a10a1f2497135d1937b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 20 Jun 2023 14:32:51 -0300 Subject: added txactions into transaction mocks --- packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx index ecea4afd0..f2e3982f6 100644 --- a/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx +++ b/packages/taler-wallet-webextension/src/wallet/Transaction.stories.tsx @@ -65,6 +65,7 @@ const commonTransaction: TransactionCommon = { txState: { major: TransactionMajorState.Done, }, + txActions: [], timestamp: TalerProtocolTimestamp.now(), transactionId: "txn:deposit:12" as TransactionIdStr, type: TransactionType.Deposit, -- cgit v1.2.3