From 7e558e026414af0488e496dca9f5c903bd9a2d74 Mon Sep 17 00:00:00 2001 From: evavirseda Date: Thu, 2 Jan 2025 13:21:11 +0100 Subject: [PATCH] feat: remove unnecessary back buttons (#4620) --- .../src/ui/app/components/iota-apps/DisconnectApp.tsx | 7 +------ apps/wallet/src/ui/app/pages/home/receipt/index.tsx | 1 - 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/apps/wallet/src/ui/app/components/iota-apps/DisconnectApp.tsx b/apps/wallet/src/ui/app/components/iota-apps/DisconnectApp.tsx index a2ba2745704..94d7a46fcdc 100644 --- a/apps/wallet/src/ui/app/components/iota-apps/DisconnectApp.tsx +++ b/apps/wallet/src/ui/app/components/iota-apps/DisconnectApp.tsx @@ -72,12 +72,7 @@ function DisconnectApp({ return null; } return ( - +
diff --git a/apps/wallet/src/ui/app/pages/home/receipt/index.tsx b/apps/wallet/src/ui/app/pages/home/receipt/index.tsx index 6afd778f2a9..0d82f3f2a28 100644 --- a/apps/wallet/src/ui/app/pages/home/receipt/index.tsx +++ b/apps/wallet/src/ui/app/pages/home/receipt/index.tsx @@ -64,7 +64,6 @@ function ReceiptPage() { title={pageTitle} closeOverlay={closeReceipt} closeIcon={} - showBackButton > {isError ? (