aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/shift-list-item.js
diff options
context:
space:
mode:
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: {