mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-22 17:33:23 +01:00
Fix test
This commit is contained in:
parent
2dd7bd6bd0
commit
44c68eb23c
@ -141,8 +141,6 @@ function reduceApp(state, action) {
|
||||
|
||||
|
||||
case actions.SHOW_ACCOUNT_DETAIL:
|
||||
var account = action.value || valuesFor(state.metamask.accounts)[0].address
|
||||
|
||||
return extend(appState, {
|
||||
isLoading: account ? false : true,
|
||||
currentView: {
|
||||
|
Loading…
Reference in New Issue
Block a user