aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/shift-list-item.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2017-08-04 05:48:19 +0800
committerkumavis <aaron@kumavis.me>2017-08-04 05:48:19 +0800
commitda7471e0958d30b4465ef35090dbfa05b85471f0 (patch)
tree25503a2f23aef89b517dde6d6e991ad0bd1d1134 /ui/app/components/shift-list-item.js
parenteff9a578f7c6f9435d7fabc3ec5efb7619b825d9 (diff)
downloadtangerine-wallet-browser-da7471e0958d30b4465ef35090dbfa05b85471f0.tar
tangerine-wallet-browser-da7471e0958d30b4465ef35090dbfa05b85471f0.tar.gz
tangerine-wallet-browser-da7471e0958d30b4465ef35090dbfa05b85471f0.tar.bz2
tangerine-wallet-browser-da7471e0958d30b4465ef35090dbfa05b85471f0.tar.lz
tangerine-wallet-browser-da7471e0958d30b4465ef35090dbfa05b85471f0.tar.xz
tangerine-wallet-browser-da7471e0958d30b4465ef35090dbfa05b85471f0.tar.zst
tangerine-wallet-browser-da7471e0958d30b4465ef35090dbfa05b85471f0.zip
lint fixes
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 32bfbeda4..079f05e31 100644
--- a/ui/app/components/shift-list-item.js
+++ b/ui/app/components/shift-list-item.js
@@ -2,7 +2,7 @@ const inherits = require('util').inherits
const Component = require('react').Component
const h = require('react-hyperscript')
const connect = require('react-redux').connect
-const vreme = new (require('vreme'))
+const vreme = new (require('vreme'))()
const explorerLink = require('../../lib/explorer-link')
const actions = require('../actions')
const addressSummary = require('../util').addressSummary