aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/transaction-action/index.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@gmail.com>2018-08-03 11:20:15 +0800
committerAlexander Tseung <alextsg@gmail.com>2018-08-24 07:44:44 +0800
commit5ddd9b55be0d8bd778822b4b401cbd22a7b57c54 (patch)
tree607cb4747aba68d7f6127e5f1bfb6d732f735acf /ui/app/components/transaction-action/index.js
parentfa8313f9036882e1a558d871f4e520da71ffaa03 (diff)
downloadtangerine-wallet-browser-5ddd9b55be0d8bd778822b4b401cbd22a7b57c54.tar
tangerine-wallet-browser-5ddd9b55be0d8bd778822b4b401cbd22a7b57c54.tar.gz
tangerine-wallet-browser-5ddd9b55be0d8bd778822b4b401cbd22a7b57c54.tar.bz2
tangerine-wallet-browser-5ddd9b55be0d8bd778822b4b401cbd22a7b57c54.tar.lz
tangerine-wallet-browser-5ddd9b55be0d8bd778822b4b401cbd22a7b57c54.tar.xz
tangerine-wallet-browser-5ddd9b55be0d8bd778822b4b401cbd22a7b57c54.tar.zst
tangerine-wallet-browser-5ddd9b55be0d8bd778822b4b401cbd22a7b57c54.zip
Add retry button to TransactionListItem
Diffstat (limited to 'ui/app/components/transaction-action/index.js')
-rw-r--r--ui/app/components/transaction-action/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/transaction-action/index.js b/ui/app/components/transaction-action/index.js
index 5882443b6..a6e9097f1 100644
--- a/ui/app/components/transaction-action/index.js
+++ b/ui/app/components/transaction-action/index.js
@@ -1 +1 @@
-export { default } from './transaction-action.container'
+export { default } from './transaction-action.component'