From ff3b43f0d0810488ec721078b93f3ac49fb9588d Mon Sep 17 00:00:00 2001 From: Mohammad Shahbaz Alam Date: Fri, 25 Oct 2024 16:02:17 +0530 Subject: [PATCH] Hide login btn when Recovery Options are shown --- mpc-core-kit-web/mpc-core-kit-bitcoin/src/App.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mpc-core-kit-web/mpc-core-kit-bitcoin/src/App.tsx b/mpc-core-kit-web/mpc-core-kit-bitcoin/src/App.tsx index 66286fd2..8d53498e 100644 --- a/mpc-core-kit-web/mpc-core-kit-bitcoin/src/App.tsx +++ b/mpc-core-kit-web/mpc-core-kit-bitcoin/src/App.tsx @@ -366,9 +366,11 @@ function App() { const unloggedInView = (
- + {coreKitStatus !== COREKIT_STATUS.REQUIRED_SHARE && ( + + )}