Fixed some loading bugs

This commit is contained in:
Dan Finlay 2016-04-25 13:49:46 -07:00
parent 44c68eb23c
commit 4c46cbc99c
1 changed files with 1 additions and 3 deletions

View File

@ -139,13 +139,11 @@ function reduceApp(state, action) {
transForward: false,
})
case actions.SHOW_ACCOUNT_DETAIL:
return extend(appState, {
isLoading: account ? false : true,
currentView: {
name: 'accountDetail',
context: account,
context: action.value || account,
},
accountDetail: {
accountExport: 'none',