mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Fixed some loading bugs
This commit is contained in:
parent
44c68eb23c
commit
4c46cbc99c
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user