aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorEsteban MIno <efmino@uc.cl>2018-08-08 05:40:45 +0800
committerEsteban MIno <efmino@uc.cl>2018-08-08 05:40:45 +0800
commit00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1 (patch)
tree4a5a84a27f7f3038769236ecd7846bbd8a5fdae7 /ui/app/reducers
parent1f8a808a008fc4caaf7cb399d28bcbce3fa58e25 (diff)
downloadtangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.tar
tangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.tar.gz
tangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.tar.bz2
tangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.tar.lz
tangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.tar.xz
tangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.tar.zst
tangerine-wallet-browser-00d1f6fec5457f05fb2e6aec1300dd2dbef51ec1.zip
watch token on old ui
Diffstat (limited to 'ui/app/reducers')
-rw-r--r--ui/app/reducers/app.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 50d8bcba7..f76b73132 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -196,6 +196,15 @@ function reduceApp (state, action) {
transForward: action.value,
})
+ case actions.SHOW_ADD_SUGGESTED_TOKEN_PAGE:
+ return extend(appState, {
+ currentView: {
+ name: 'add-suggested-token',
+ context: appState.currentView.context,
+ },
+ transForward: action.value,
+ })
+
case actions.SHOW_IMPORT_PAGE:
return extend(appState, {
currentView: {