diff options
Update old UI ShapeshiftForm to gracefully handle errors
Diffstat (limited to 'old-ui/app')
-rw-r--r-- | old-ui/app/components/shapeshift-form.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/shapeshift-form.js b/old-ui/app/components/shapeshift-form.js index a54987c04..97068db0a 100644 --- a/old-ui/app/components/shapeshift-form.js +++ b/old-ui/app/components/shapeshift-form.js @@ -138,7 +138,7 @@ ShapeshiftForm.prototype.renderMain = function () { width: '229px', height: '82px', }, - }, this.props.warning) + }, this.props.warning + '') : this.renderInfo(), this.renderRefundAddressForCoin(coin), |