Merge pull request #4507 from whymarrh/fix-account-order
Render accounts in keyring orderfeature/default_network_editable
commit
191c3df108
@ -1,15 +0,0 @@ |
||||
const extend = require('xtend') |
||||
|
||||
module.exports = reduceIdentities |
||||
|
||||
function reduceIdentities (state, action) { |
||||
// clone + defaults
|
||||
var idState = extend({ |
||||
|
||||
}, state.identities) |
||||
|
||||
switch (action.type) { |
||||
default: |
||||
return idState |
||||
} |
||||
} |
Loading…
Reference in new issue