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

Remove "+" from shapeshift tx and change wording in CHANGELOG

This commit is contained in:
Frankie 2016-08-18 20:24:17 -07:00
parent 5b9f7a9288
commit e3e5538ddc
2 changed files with 8 additions and 22 deletions

View File

@ -3,7 +3,7 @@
## Current Master
- Added ShapeShift to the transaction history
- Added PUB.KEY too ShapeShift request for affiliate program
- Added affiliate key to Shapeshift requests
- Added feature to reflect current conversion rates of current vault balance.
## 2.8.0 2016-08-15

View File

@ -95,29 +95,15 @@ ShiftListItem.prototype.renderUtilComponents = function () {
h(CopyButton, {
value: this.props.response.transaction,
}),
h('.flex-row', {
h(EtherBalance, {
value: `${props.response.outgoingCoin}`,
width: '55px',
shorten: true,
style: {
alignItems: 'baseline',
fontSize: '15px',
color: '#01888C',
},
}, [
h('div', {
style: {
fontFamily: 'Montserrat Light',
position: 'relative',
left: '6px',
color: '#01888C',
},
}, '+'),
h(EtherBalance, {
value: `${props.response.outgoingCoin}`,
width: '55px',
shorten: true,
style: {
fontSize: '15px',
color: '#01888C',
},
}),
]),
}),
])
case 'failed':