mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Remove "+" from shapeshift tx and change wording in CHANGELOG
This commit is contained in:
parent
5b9f7a9288
commit
e3e5538ddc
@ -3,7 +3,7 @@
|
|||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
- Added ShapeShift to the transaction history
|
- 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.
|
- Added feature to reflect current conversion rates of current vault balance.
|
||||||
|
|
||||||
## 2.8.0 2016-08-15
|
## 2.8.0 2016-08-15
|
||||||
|
@ -95,29 +95,15 @@ ShiftListItem.prototype.renderUtilComponents = function () {
|
|||||||
h(CopyButton, {
|
h(CopyButton, {
|
||||||
value: this.props.response.transaction,
|
value: this.props.response.transaction,
|
||||||
}),
|
}),
|
||||||
h('.flex-row', {
|
h(EtherBalance, {
|
||||||
|
value: `${props.response.outgoingCoin}`,
|
||||||
|
width: '55px',
|
||||||
|
shorten: true,
|
||||||
style: {
|
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':
|
case 'failed':
|
||||||
|
Loading…
Reference in New Issue
Block a user