mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
Update BlueComponents.js
This commit is contained in:
parent
ff0f7d17b9
commit
ae519aceb9
1 changed files with 1 additions and 1 deletions
|
@ -792,7 +792,7 @@ export class BlueUseAllFundsButton extends Component {
|
|||
>
|
||||
Total:
|
||||
</Text>
|
||||
{this.props.wallet.allowSendMax() ? (
|
||||
{this.props.wallet.allowSendMax() && this.props.wallet.getBalance() > 0 ? (
|
||||
<BlueButtonLink
|
||||
onPress={this.props.onUseAllPressed}
|
||||
style={{ marginLeft: 8, paddingRight: 0, paddingLeft: 0, paddingTop: 12, paddingBottom: 12 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue