aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/shift-list-item.js
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-08-23 10:23:01 +0800
committerGitHub <noreply@github.com>2016-08-23 10:23:01 +0800
commitc97866e367a3e28b5b91a0e5e3a1d1befa652f13 (patch)
treeac10b0350dbcb5cfcd2f708503d478eb18a2b739 /ui/app/components/shift-list-item.js
parent8b9999b71eab07187e2723aadcc8163140985301 (diff)
parent07927b57986ffb0035b6b30ae7e54b843b551d83 (diff)
downloadtangerine-wallet-browser-c97866e367a3e28b5b91a0e5e3a1d1befa652f13.tar.gz
tangerine-wallet-browser-c97866e367a3e28b5b91a0e5e3a1d1befa652f13.tar.zst
tangerine-wallet-browser-c97866e367a3e28b5b91a0e5e3a1d1befa652f13.zip
Merge branch 'master' into kumavis-patch-1
Diffstat (limited to 'ui/app/components/shift-list-item.js')
-rw-r--r--ui/app/components/shift-list-item.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/shift-list-item.js b/ui/app/components/shift-list-item.js
index 11e11cd37..38c19eb28 100644
--- a/ui/app/components/shift-list-item.js
+++ b/ui/app/components/shift-list-item.js
@@ -26,6 +26,7 @@ function ShiftListItem () {
}
ShiftListItem.prototype.render = function () {
+
return (
h('.transaction-list-item.flex-row', {
style: {
@@ -113,7 +114,6 @@ ShiftListItem.prototype.renderUtilComponents = function () {
default:
return ''
}
-
}
ShiftListItem.prototype.renderInfo = function () {