From 0337b0ad2f9785bef3fd6eb2c8ce84063f70dfde Mon Sep 17 00:00:00 2001 From: ncoelho Date: Thu, 26 Mar 2020 23:51:56 +0100 Subject: [PATCH] fix lint --- screen/wallets/export.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/screen/wallets/export.js b/screen/wallets/export.js index 1db675ad..ebf49881 100644 --- a/screen/wallets/export.js +++ b/screen/wallets/export.js @@ -69,12 +69,9 @@ export default class WalletExport extends Component { return ( - + - {this.state.wallet.typeReadable} + {this.state.wallet.typeReadable} {(() => { @@ -102,7 +99,9 @@ export default class WalletExport extends Component { {this.state.wallet.type === LightningCustodianWallet.type ? ( ) : ( - {this.state.wallet.getSecret()} + + {this.state.wallet.getSecret()} + )}