aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/shift-list-item.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-08-23 05:36:21 +0800
committerDan Finlay <dan@danfinlay.com>2016-08-23 05:36:21 +0800
commitf57cbe59fc9e0d3cfb3ee54da749470248fe2b8b (patch)
treee7d702905f2c92cb987148de8247ead5ead31a00 /ui/app/components/shift-list-item.js
parentc223ba2e00ff80913c5b1fe3a339167d4489ec6a (diff)
downloadtangerine-wallet-browser-f57cbe59fc9e0d3cfb3ee54da749470248fe2b8b.tar.gz
tangerine-wallet-browser-f57cbe59fc9e0d3cfb3ee54da749470248fe2b8b.tar.zst
tangerine-wallet-browser-f57cbe59fc9e0d3cfb3ee54da749470248fe2b8b.zip
Removed view more button, added account info button.
Also: - Also fixed bug that caused React warning when rendering the tx history. - Renamed 'Transactions' to 'History', since it now has more than that.
Diffstat (limited to 'ui/app/components/shift-list-item.js')
-rw-r--r--ui/app/components/shift-list-item.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/components/shift-list-item.js b/ui/app/components/shift-list-item.js
index 11e11cd37..c92181d5d 100644
--- a/ui/app/components/shift-list-item.js
+++ b/ui/app/components/shift-list-item.js
@@ -26,6 +26,10 @@ function ShiftListItem () {
}
ShiftListItem.prototype.render = function () {
+ var props = this.props
+ const { depositAddress, time, i, response } = props
+ const { transaction } = response
+
return (
h('.transaction-list-item.flex-row', {
style: {