aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers/app.js
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-05-26 07:54:43 +0800
committerDan Finlay <dan@danfinlay.com>2016-05-26 07:54:43 +0800
commit5669f44300fc0493ce2c1221f0c5531eb3850882 (patch)
tree07d36638c98cf0c8a6a450cdf0d1b05d0d442236 /ui/app/reducers/app.js
parent294b16a275d35983eb9f0e720a84ef95e0fad186 (diff)
downloadtangerine-wallet-browser-5669f44300fc0493ce2c1221f0c5531eb3850882.tar
tangerine-wallet-browser-5669f44300fc0493ce2c1221f0c5531eb3850882.tar.gz
tangerine-wallet-browser-5669f44300fc0493ce2c1221f0c5531eb3850882.tar.bz2
tangerine-wallet-browser-5669f44300fc0493ce2c1221f0c5531eb3850882.tar.lz
tangerine-wallet-browser-5669f44300fc0493ce2c1221f0c5531eb3850882.tar.xz
tangerine-wallet-browser-5669f44300fc0493ce2c1221f0c5531eb3850882.tar.zst
tangerine-wallet-browser-5669f44300fc0493ce2c1221f0c5531eb3850882.zip
Add number indicating pending txs to account list
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 92b44612d..ae7501725 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -356,7 +356,6 @@ function reduceApp(state, action) {
default:
return appState
-
}
}