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:22:31 +0800
committerGitHub <noreply@github.com>2016-08-23 10:22:31 +0800
commit07927b57986ffb0035b6b30ae7e54b843b551d83 (patch)
tree5e11c75a4b1fdbb6d2d351c4ab9f1f50c8b45cb1 /ui/app/components/shift-list-item.js
parentf9c58c07466d181a895cd38b1c3049a11e02cb99 (diff)
parent5c9ca21ba3224fd54430a3c518b825ff6cd112f3 (diff)
downloadtangerine-wallet-browser-07927b57986ffb0035b6b30ae7e54b843b551d83.tar.gz
tangerine-wallet-browser-07927b57986ffb0035b6b30ae7e54b843b551d83.tar.zst
tangerine-wallet-browser-07927b57986ffb0035b6b30ae7e54b843b551d83.zip
Merge pull request #558 from MetaMask/i390-TransactionLimit
Enforce transaction log limit
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 () {