From 2872532c3c14311f6646efaab586d4fe99f9ed85 Mon Sep 17 00:00:00 2001 From: evavirseda Date: Thu, 26 Dec 2024 10:42:30 +0100 Subject: [PATCH] feat: remove unnecessary back buttons --- .../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 ? (