mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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:
|
case actions.SHOW_ACCOUNT_DETAIL:
|
||||||
var account = action.value || valuesFor(state.metamask.accounts)[0].address
|
|
||||||
|
|
||||||
return extend(appState, {
|
return extend(appState, {
|
||||||
isLoading: account ? false : true,
|
isLoading: account ? false : true,
|
||||||
currentView: {
|
currentView: {
|
||||||
|
Loading…
Reference in New Issue
Block a user