aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create
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/otp_devices/create
parent6e370c3502a8e6474d4665eb42ae1bfdec3034a1 (diff)
downloadwallet-core-8055f8834974773170f83c7013174e141ced53cb.tar.xz
fix #8354: show import key after updating
Diffstat (limited to 'packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatedSuccessfully.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatedSuccessfully.tsx b/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatedSuccessfully.tsx
index db3842711..45939c19d 100644
--- a/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatedSuccessfully.tsx
+++ b/packages/merchant-backoffice-ui/src/paths/instance/otp_devices/create/CreatedSuccessfully.tsx
@@ -29,10 +29,6 @@ interface Props {
onConfirm: () => void;
}
-function isNotUndefined<X>(x: X | undefined): x is X {
- return !!x;
-}
-
export function CreatedSuccessfully({
entity,
onConfirm,