aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-07 19:24:03 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-07 19:24:03 +0800
commit8b919758e51e16536b6edaf33d4978d551363249 (patch)
treea1861401480401d94cc908cf2bc5eeabca0d67e6 /ui/app/reducers/app.js
parent983fa2a11721aa7d1307ef76d516e25a50d0eedf (diff)
downloadtangerine-wallet-browser-8b919758e51e16536b6edaf33d4978d551363249.tar.gz
tangerine-wallet-browser-8b919758e51e16536b6edaf33d4978d551363249.tar.zst
tangerine-wallet-browser-8b919758e51e16536b6edaf33d4978d551363249.zip
Send Token screen partial UI
Diffstat (limited to 'ui/app/reducers/app.js')
-rw-r--r--ui/app/reducers/app.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index ea7145f22..f444aaf38 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -219,6 +219,16 @@ function reduceApp (state, action) {
warning: null,
})
+ case actions.SHOW_SEND_TOKEN_PAGE:
+ return extend(appState, {
+ currentView: {
+ name: 'sendToken',
+ context: appState.currentView.context,
+ },
+ transForward: true,
+ warning: null,
+ })
+
case actions.SHOW_NEW_KEYCHAIN:
return extend(appState, {
currentView: {