From 557b2ef938c5423e6a6ffb98750827eb277ee356 Mon Sep 17 00:00:00 2001 From: jorbuedo Date: Thu, 11 Jan 2024 15:51:29 +0100 Subject: [PATCH] Fix readonly wallet receive --- .../src/TxHistory/ActionsBanner.tsx | 33 +++++++++++-------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx b/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx index 97618cf0d9..2b442924a8 100644 --- a/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx +++ b/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx @@ -67,31 +67,36 @@ export const ActionsBanner = ({disabled = false}: {disabled: boolean}) => { + + + + + + {strings.receiveLabel} + + + {!wallet.isReadOnly && } + {!wallet.isReadOnly && ( - + - {strings.receiveLabel} + {strings.sendLabel} )} - {!wallet.isReadOnly && } - - - - - - - {strings.sendLabel} - - {!wallet.isReadOnly && ( <>