1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00

Update old UI ShapeshiftForm to gracefully handle errors

This commit is contained in:
bitpshr 2018-04-28 13:58:44 -04:00
parent 141884ee6a
commit 805c161704

View File

@ -138,7 +138,7 @@ ShapeshiftForm.prototype.renderMain = function () {
width: '229px',
height: '82px',
},
}, this.props.warning)
}, this.props.warning + '')
: this.renderInfo(),
this.renderRefundAddressForCoin(coin),