From 78838f6e5961b80f4378d4f93fd1435ee366d579 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 30 Jul 2019 14:08:27 -0400 Subject: [PATCH] add widtdrawMax as the default for the field --- src/modules/Withdraw/Withdraw.jsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 {