aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/paths/instance/orders/details
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-02-09 11:11:34 -0300
committerSebastian <sebasjm@gmail.com>2024-02-09 11:11:34 -0300
commit8055f8834974773170f83c7013174e141ced53cb (patch)
treef5a7a6504857dc964b37634bb936655ebf7e5d45 /packages/merchant-backoffice-ui/src/paths/instance/orders/details
parent6e370c3502a8e6474d4665eb42ae1bfdec3034a1 (diff)
downloadwallet-core-8055f8834974773170f83c7013174e141ced53cb.tar.xz
fix #8354: show import key after updating
Diffstat (limited to 'packages/merchant-backoffice-ui/src/paths/instance/orders/details')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/orders/details/Detail.stories.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/orders/details/Detail.stories.tsx b/packages/merchant-backoffice-ui/src/paths/instance/orders/details/Detail.stories.tsx
index 6e73a01a5..8b892e122 100644
--- a/packages/merchant-backoffice-ui/src/paths/instance/orders/details/Detail.stories.tsx
+++ b/packages/merchant-backoffice-ui/src/paths/instance/orders/details/Detail.stories.tsx
@@ -91,7 +91,6 @@ export const PaidNotRefundable = createExample(TestedComponent, {
refund_details: [],
refund_pending: false,
wire_details: [],
- wire_reports: [],
wired: false,
},
});
@@ -115,7 +114,6 @@ export const PaidRefundable = createExample(TestedComponent, {
refund_details: [],
refund_pending: false,
wire_details: [],
- wire_reports: [],
wired: false,
},
});