aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/reducers
diff options
context:
space:
mode:
authorThomas Huang <thomas.b.huang@gmail.com>2017-04-27 12:05:45 +0800
committerThomas Huang <thomas.b.huang@gmail.com>2017-04-27 12:05:45 +0800
commit6bdb4c87288a522d9ea2e984bc1f6436d6c7369a (patch)
tree62c09f13aa36f582ddfbbca1b92302069035e061 /ui/app/reducers
parentafbe6f5e5fa18b663cfe68c40a05bcacda73e3ac (diff)
downloadtangerine-wallet-browser-6bdb4c87288a522d9ea2e984bc1f6436d6c7369a.tar.gz
tangerine-wallet-browser-6bdb4c87288a522d9ea2e984bc1f6436d6c7369a.tar.zst
tangerine-wallet-browser-6bdb4c87288a522d9ea2e984bc1f6436d6c7369a.zip
Fix linting warnings
Diffstat (limited to 'ui/app/reducers')
-rw-r--r--ui/app/reducers/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/reducers/app.js b/ui/app/reducers/app.js
index 324a4df35..deacad0a7 100644
--- a/ui/app/reducers/app.js
+++ b/ui/app/reducers/app.js
@@ -315,7 +315,7 @@ function reduceApp (state, action) {
case actions.COMPLETED_TX:
log.debug('reducing COMPLETED_TX for tx ' + action.value)
const otherUnconfActions = getUnconfActionList(state)
- .filter(tx => tx.id !== action.value )
+ .filter(tx => tx.id !== action.value)
const hasOtherUnconfActions = otherUnconfActions.length > 0
if (hasOtherUnconfActions) {