mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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,
|
transForward: false,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
case actions.SHOW_ACCOUNT_DETAIL:
|
case actions.SHOW_ACCOUNT_DETAIL:
|
||||||
return extend(appState, {
|
return extend(appState, {
|
||||||
isLoading: account ? false : true,
|
|
||||||
currentView: {
|
currentView: {
|
||||||
name: 'accountDetail',
|
name: 'accountDetail',
|
||||||
context: account,
|
context: action.value || account,
|
||||||
},
|
},
|
||||||
accountDetail: {
|
accountDetail: {
|
||||||
accountExport: 'none',
|
accountExport: 'none',
|
||||||
|
Loading…
Reference in New Issue
Block a user