aboutsummaryrefslogtreecommitdiffstats
path: root/old-ui/app/components/pending-tx.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-11-16 01:35:18 +0800
committerDan <danjm.com@gmail.com>2017-12-05 10:38:23 +0800
commitf7ad015f5bd3b037b73d7792d0a09d7e0382a511 (patch)
treef17d0975fc410216404fd1b8c75dd2ec9dc2a69c /old-ui/app/components/pending-tx.js
parent7f795240706c013dc4a9ece0e9c9e33897c7fc71 (diff)
downloadtangerine-wallet-browser-f7ad015f5bd3b037b73d7792d0a09d7e0382a511.tar
tangerine-wallet-browser-f7ad015f5bd3b037b73d7792d0a09d7e0382a511.tar.gz
tangerine-wallet-browser-f7ad015f5bd3b037b73d7792d0a09d7e0382a511.tar.bz2
tangerine-wallet-browser-f7ad015f5bd3b037b73d7792d0a09d7e0382a511.tar.lz
tangerine-wallet-browser-f7ad015f5bd3b037b73d7792d0a09d7e0382a511.tar.xz
tangerine-wallet-browser-f7ad015f5bd3b037b73d7792d0a09d7e0382a511.tar.zst
tangerine-wallet-browser-f7ad015f5bd3b037b73d7792d0a09d7e0382a511.zip
Use newui actions in old-ui
Diffstat (limited to 'old-ui/app/components/pending-tx.js')
-rw-r--r--old-ui/app/components/pending-tx.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/old-ui/app/components/pending-tx.js b/old-ui/app/components/pending-tx.js
index 5b1b367c6..366121ce0 100644
--- a/old-ui/app/components/pending-tx.js
+++ b/old-ui/app/components/pending-tx.js
@@ -1,7 +1,7 @@
const Component = require('react').Component
const h = require('react-hyperscript')
const inherits = require('util').inherits
-const actions = require('../actions')
+const actions = require('../../../ui/app/actions')
const clone = require('clone')
const ethUtil = require('ethereumjs-util')