Browse Source

send success form fix

v0.25
pbca26 7 years ago
parent
commit
42f6d788f9
  1. 2
      react/src/components/dashboard/sendCoin/sendCoin.render.js

2
react/src/components/dashboard/sendCoin/sendCoin.render.js

@ -275,7 +275,7 @@ export const SendRender = function() {
<span className="label label-success">{ translate('SEND.SUCCESS_SM') }</span>
</td>
</tr>
{ this.state.sendFrom &&
{ ((this.state.sendFrom && this.props.ActiveCoin.mode === 'native') || this.props.ActiveCoin.mode === 'spv') &&
<tr>
<td className="padding-left-30">
{ translate('INDEX.SEND_FROM') }

Loading…
Cancel
Save