diff options
author | Kevin Serrano <kevgagser@gmail.com> | 2016-08-23 02:58:59 +0800 |
---|---|---|
committer | Kevin Serrano <kevgagser@gmail.com> | 2016-08-23 02:58:59 +0800 |
commit | cec88cc9acb4711c8227502f3477a55b3800ea22 (patch) | |
tree | 4af721d931b884d6207b42d18e577b627c246735 /ui/app/components/shift-list-item.js | |
parent | 7a466697d30019a4a1703a19b60ecc78fd063f5d (diff) | |
parent | 3756384da6cb7d1566271cb99ec561d3b051a4ac (diff) | |
download | tangerine-wallet-browser-cec88cc9acb4711c8227502f3477a55b3800ea22.tar tangerine-wallet-browser-cec88cc9acb4711c8227502f3477a55b3800ea22.tar.gz tangerine-wallet-browser-cec88cc9acb4711c8227502f3477a55b3800ea22.tar.bz2 tangerine-wallet-browser-cec88cc9acb4711c8227502f3477a55b3800ea22.tar.lz tangerine-wallet-browser-cec88cc9acb4711c8227502f3477a55b3800ea22.tar.xz tangerine-wallet-browser-cec88cc9acb4711c8227502f3477a55b3800ea22.tar.zst tangerine-wallet-browser-cec88cc9acb4711c8227502f3477a55b3800ea22.zip |
Merge branch 'master' into fox-sub
Diffstat (limited to 'ui/app/components/shift-list-item.js')
-rw-r--r-- | ui/app/components/shift-list-item.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/shift-list-item.js b/ui/app/components/shift-list-item.js index 9d5340447..11e11cd37 100644 --- a/ui/app/components/shift-list-item.js +++ b/ui/app/components/shift-list-item.js @@ -99,6 +99,8 @@ ShiftListItem.prototype.renderUtilComponents = function () { value: `${props.response.outgoingCoin}`, width: '55px', shorten: true, + needsParse: false, + incoming: true, style: { fontSize: '15px', color: '#01888C', |