aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pending-msg-details.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pending-msg-details.js')
-rw-r--r--ui/app/components/pending-msg-details.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/pending-msg-details.js b/ui/app/components/pending-msg-details.js
index 3ea063c3c..b66657f3b 100644
--- a/ui/app/components/pending-msg-details.js
+++ b/ui/app/components/pending-msg-details.js
@@ -1,6 +1,7 @@
const Component = require('react').Component
const h = require('react-hyperscript')
const inherits = require('util').inherits
+const t = require('../../i18n')
const AccountPanel = require('./account-panel')