summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/wallet/Notifications/stories.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/wallet/Notifications/stories.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/wallet/Notifications/stories.tsx10
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/taler-wallet-webextension/src/wallet/Notifications/stories.tsx b/packages/taler-wallet-webextension/src/wallet/Notifications/stories.tsx
index 49ee21268..54f601c42 100644
--- a/packages/taler-wallet-webextension/src/wallet/Notifications/stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Notifications/stories.tsx
@@ -19,7 +19,11 @@
* @author Sebastian Javier Marchano (sebasjm)
*/
-import { AbsoluteTime, AttentionType } from "@gnu-taler/taler-util";
+import {
+ AbsoluteTime,
+ AttentionType,
+ TransactionIdStr,
+} from "@gnu-taler/taler-util";
import * as tests from "@gnu-taler/web-util/testing";
import { ReadyView } from "./views.js";
@@ -34,7 +38,7 @@ export const Ready = tests.createExample(ReadyView, {
read: false,
info: {
type: AttentionType.KycWithdrawal,
- transactionId: "123",
+ transactionId: "123" as TransactionIdStr,
},
},
{
@@ -42,7 +46,7 @@ export const Ready = tests.createExample(ReadyView, {
read: false,
info: {
type: AttentionType.MerchantRefund,
- transactionId: "123",
+ transactionId: "123" as TransactionIdStr,
},
},
{