remove extra buyAddress in state

feature/default_network_editable
Jared Pereira 8 years ago
parent ce03b7db51
commit e543050868
  1. 1
      ui/app/reducers/app.js

@ -470,7 +470,6 @@ function reduceApp (state, action) {
context: appState.currentView.name, context: appState.currentView.name,
}, },
identity: state.metamask.identities[action.value], identity: state.metamask.identities[action.value],
buyAddress: action.value,
buyView: { buyView: {
subview: 'Coinbase', subview: 'Coinbase',
amount: '15.00', amount: '15.00',

Loading…
Cancel
Save