diff --git a/src/modules/Withdraw/Withdraw.jsx b/src/modules/Withdraw/Withdraw.jsx index 6646b25..4076c7c 100644 --- a/src/modules/Withdraw/Withdraw.jsx +++ b/src/modules/Withdraw/Withdraw.jsx @@ -40,7 +40,14 @@ class Withdraw extends React.Component { } render() { - const { dappState, dapp, visible, onClickClose, sntValue } = this.props + const { + dappState, + dapp, + visible, + onClickClose, + sntValue, + withdrawMax, + } = this.props if (dapp === null) return @@ -115,7 +122,7 @@ class Withdraw extends React.Component {