aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/selected-account/index.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-06-05 00:33:25 +0800
committerGitHub <noreply@github.com>2018-06-05 00:33:25 +0800
commit5a2771dd470161f5678e3245f90aeb3a1ce1b89c (patch)
tree532ad66d97408da9b9c58fc3b98e81f83cd44266 /ui/app/components/selected-account/index.js
parent83c7de21693dc44e59d255607d9fcdf3870ca1f1 (diff)
downloadtangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar.gz
tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.tar.zst
tangerine-wallet-browser-5a2771dd470161f5678e3245f90aeb3a1ce1b89c.zip
Indicate the current selected account on the popup account view (#4445)
Diffstat (limited to 'ui/app/components/selected-account/index.js')
-rw-r--r--ui/app/components/selected-account/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/app/components/selected-account/index.js b/ui/app/components/selected-account/index.js
new file mode 100644
index 000000000..eb342181f
--- /dev/null
+++ b/ui/app/components/selected-account/index.js
@@ -0,0 +1,2 @@
+import SelectedAccount from './selected-account.container'
+module.exports = SelectedAccount