summaryrefslogtreecommitdiff
path: root/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx
diff options
context:
space:
mode:
authorNic Eigel <nic@eigel.ch>2024-05-19 22:53:55 +0200
committerNic Eigel <nic@eigel.ch>2024-05-19 22:53:55 +0200
commit3cd0f76ab6d8167eb7939841e056dce987ddfad0 (patch)
treef3e9ca243eb9359b656422d77ef12c68cf2e1a7a /packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx
parent20d334e6aaf1ef8a9c70590f01423be6e335d9c4 (diff)
downloadwallet-core-dev/nic/real-time-auditor.tar.gz
wallet-core-dev/nic/real-time-auditor.tar.bz2
wallet-core-dev/nic/real-time-auditor.zip
Diffstat (limited to 'packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx')
-rw-r--r--packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx b/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx
index 156c577f4..5c9c44786 100644
--- a/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx
+++ b/packages/auditor-backoffice-ui/src/paths/deposit_confirmations/list/List.stories.tsx
@@ -20,11 +20,11 @@
*/
import { h, VNode, FunctionalComponent } from "preact";
-import { ListPage as TestedComponent } from "./ListPage.js";
+/*import { ListPage as TestedComponent } from "./ListPage.js";*/
export default {
title: "Pages/Order/List",
- component: TestedComponent,
+ //component: TestedComponent,
argTypes: {
onShowAll: { action: "onShowAll" },
onShowPaid: { action: "onShowPaid" },
@@ -49,6 +49,7 @@ function createExample<Props>(
r.args = props;
return r;
}
+/*
export const Example = createExample(TestedComponent, {
orders: [
@@ -105,3 +106,4 @@ export const Example = createExample(TestedComponent, {
},
],
});
+*/