From 45fd33eb9b00dfdb47a084e6bc9a139dab901321 Mon Sep 17 00:00:00 2001 From: jorbuedo Date: Tue, 19 Mar 2024 09:58:18 +0100 Subject: [PATCH] Receive in readOnly --- .../src/TxHistory/ActionsBanner.tsx | 35 +++++++++++-------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx b/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx index 7de01de8a3..352ea508c2 100644 --- a/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx +++ b/apps/wallet-mobile/src/TxHistory/ActionsBanner.tsx @@ -102,32 +102,37 @@ export const ActionsBanner = ({disabled = false}: {disabled: boolean}) => { )} + + + + + + {strings.receiveLabel} + + + {!wallet.isReadOnly && } + {!wallet.isReadOnly && ( - + - {strings.receiveLabel} + {strings.sendLabel} )} - {!wallet.isReadOnly && } - - - - - - - {strings.sendLabel} - - {!wallet.isReadOnly && ( <>