mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 03:25:24 +03:00
Conflict
This commit is contained in:
parent
75486ced19
commit
6dad60eab4
@ -53,14 +53,9 @@ class TransferView extends Component {
|
|||||||
this.setState({ [key]: value });
|
this.setState({ [key]: value });
|
||||||
break;
|
break;
|
||||||
case 'amount':
|
case 'amount':
|
||||||
<<<<<<< HEAD
|
|
||||||
if (!isNaN(value) && parseFloat(value) <= parseFloat(balance))
|
|
||||||
this.setState({ [key]: value });
|
|
||||||
=======
|
|
||||||
if ((parseFloat(Number(value)) <= parseFloat(balance))) {
|
if ((parseFloat(Number(value)) <= parseFloat(balance))) {
|
||||||
this.setState({ [key]: value });
|
this.setState({ [key]: value });
|
||||||
}
|
}
|
||||||
>>>>>>> feb784d9679b44d20148f7770d7d1a3ff3a6b357
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user