From 24cac493dded00ef40e0e30a0d2263e4f35c3e29 Mon Sep 17 00:00:00 2001
From: Sebastian
Date: Wed, 4 Jan 2023 11:24:58 -0300
Subject: fix #7522
---
.../src/components/Banner.stories.tsx | 76 ++++++++++++----------
1 file changed, 40 insertions(+), 36 deletions(-)
(limited to 'packages/taler-wallet-webextension/src/components/Banner.stories.tsx')
diff --git a/packages/taler-wallet-webextension/src/components/Banner.stories.tsx b/packages/taler-wallet-webextension/src/components/Banner.stories.tsx
index 39012480b..60b100478 100644
--- a/packages/taler-wallet-webextension/src/components/Banner.stories.tsx
+++ b/packages/taler-wallet-webextension/src/components/Banner.stories.tsx
@@ -65,23 +65,25 @@ export const BasicExample = (): VNode => (
,
- description: (
-
- You have lost connection to the internet. This app is offline.
-
- ),
- },
- ]}
+ // elements={[
+ // {
+ // icon: ,
+ // description: (
+ //
+ // You have lost connection to the internet. This app is offline.
+ //
+ // ),
+ // },
+ // ]}
confirm={{
label: "turn on wifi",
action: async () => {
return;
},
}}
- />
+ >
+
+
);
@@ -92,31 +94,33 @@ export const PendingOperation = (): VNode => (
- P
-
- ),
- description: (
-
-
- EUR 37.95
-
-
- - 5 feb 2022
-
- ),
- },
- ]}
- />
+ // elements={[
+ // {
+ // icon: (
+ //
+ // P
+ //
+ // ),
+ // description: (
+ //
+ //
+ // EUR 37.95
+ //
+ //
+ // - 5 feb 2022
+ //
+ // ),
+ // },
+ // ]}
+ >
+ asd
+
);
--
cgit v1.2.3