aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-09-13 12:30:04 +0800
committerkumavis <aaron@kumavis.me>2016-09-13 12:30:04 +0800
commit8a5007a396cff02b15fb85c3ed910e14cf71d59c (patch)
tree5b6c6afdbb4f2c4cc9375034d35fd9a6f6940d59 /ui/app/reducers/app.js
parent5126ddaf0c25d243c625adff82dc95273acf1291 (diff)
downloadtangerine-wallet-browser-8a5007a396cff02b15fb85c3ed910e14cf71d59c.tar.gz
tangerine-wallet-browser-8a5007a396cff02b15fb85c3ed910e14cf71d59c.tar.zst
tangerine-wallet-browser-8a5007a396cff02b15fb85c3ed910e14cf71d59c.zip
ui - remove unused currentDomain prop
Diffstat (limited to 'ui/app/reducers/app.js')
-rw-r--r--ui/app/reducers/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index a6cd9ca1b..c39d89a4d 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -39,7 +39,6 @@ function reduceApp (state, action) {
accountDetail: {
subview: 'transactions',
},
- currentDomain: 'example.com',
transForward: true, // Used to render transition direction
isLoading: false, // Used to display loading indicator
warning: null, // Used to display error text