diff --git a/screen/lnd/scanLndInvoice.js b/screen/lnd/scanLndInvoice.js index 8232b2a5..ba29afb8 100644 --- a/screen/lnd/scanLndInvoice.js +++ b/screen/lnd/scanLndInvoice.js @@ -234,27 +234,15 @@ export default class ScanLndInvoice extends React.Component { - {}} - placeholder={loc.wallets.details.description} - numberOfLines={1} - value={this.state.hasOwnProperty('decoded') && this.state.decoded !== undefined ? this.state.decoded.description : ''} - style={{ flex: 1, marginHorizontal: 8, minHeight: 33, height: 33 }} - editable={!this.state.isLoading} - /> + + {this.state.hasOwnProperty('decoded') && this.state.decoded !== undefined ? this.state.decoded.description : ''} + {this.state.expiresIn !== undefined && ( Expires in: {this.state.expiresIn}