aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-08-25 06:46:31 +0800
committerDan Finlay <dan@danfinlay.com>2016-08-25 06:46:31 +0800
commit8c06463e80f1bd8a9aefadb0462a2aaf27e2a2be (patch)
treef6c3d39c7f87504f1e1e71ffd02defc1f8bad9c1 /ui
parent6041d6157a370dd44f489851ef580c1765215ad2 (diff)
downloadtangerine-wallet-browser-8c06463e80f1bd8a9aefadb0462a2aaf27e2a2be.tar
tangerine-wallet-browser-8c06463e80f1bd8a9aefadb0462a2aaf27e2a2be.tar.gz
tangerine-wallet-browser-8c06463e80f1bd8a9aefadb0462a2aaf27e2a2be.tar.bz2
tangerine-wallet-browser-8c06463e80f1bd8a9aefadb0462a2aaf27e2a2be.tar.lz
tangerine-wallet-browser-8c06463e80f1bd8a9aefadb0462a2aaf27e2a2be.tar.xz
tangerine-wallet-browser-8c06463e80f1bd8a9aefadb0462a2aaf27e2a2be.tar.zst
tangerine-wallet-browser-8c06463e80f1bd8a9aefadb0462a2aaf27e2a2be.zip
Linted
Diffstat (limited to 'ui')
-rw-r--r--ui/app/components/pending-msg-details.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/pending-msg-details.js b/ui/app/components/pending-msg-details.js
index 36c8086ba..16308d121 100644
--- a/ui/app/components/pending-msg-details.js
+++ b/ui/app/components/pending-msg-details.js
@@ -3,7 +3,6 @@ const h = require('react-hyperscript')
const inherits = require('util').inherits
const AccountPanel = require('./account-panel')
-const readableDate = require('../util').readableDate
module.exports = PendingMsgDetails