From 5e7812d63e3e51dbcc9d0d313a3074f9d5d16478 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 1 Sep 2022 08:42:18 -0300 Subject: show sharing action when the tx is not completed --- packages/taler-wallet-webextension/src/wallet/History.stories.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-webextension/src/wallet/History.stories.tsx') diff --git a/packages/taler-wallet-webextension/src/wallet/History.stories.tsx b/packages/taler-wallet-webextension/src/wallet/History.stories.tsx index 335d5ea9c..e37711b8a 100644 --- a/packages/taler-wallet-webextension/src/wallet/History.stories.tsx +++ b/packages/taler-wallet-webextension/src/wallet/History.stories.tsx @@ -51,9 +51,9 @@ const commonTransaction = (): TransactionCommon => amountEffective: "USD:9", pending: false, timestamp: TalerProtocolTimestamp.fromSeconds( - new Date().getTime() - count++ * 60 * 60 * 7, + new Date().getTime() / 1000 - count++ * 60 * 60 * 7, ), - transactionId: "12", + transactionId: String(count), } as TransactionCommon); const exampleData = { @@ -145,6 +145,7 @@ const exampleData = { pull_debit: { ...commonTransaction(), type: TransactionType.PeerPullDebit, + exchangeBaseUrl: "https://exchange.taler.net", } as TransactionPeerPullDebit, }; -- cgit v1.2.3