remove unavailable goToBuyEtherView propType

feature/default_network_editable
gasolin 7 years ago
parent dac66b8ee9
commit db4800dc35
  1. 2
      mascara/src/app/first-time/index.js

@ -20,7 +20,6 @@ class FirstTimeFlow extends Component {
seedWords: PropTypes.string,
address: PropTypes.string,
noActiveNotices: PropTypes.bool,
goToBuyEtherView: PropTypes.func.isRequired,
};
static defaultProps = {
@ -171,4 +170,3 @@ export default connect(
openBuyEtherModal: () => dispatch(showModal({ name: 'DEPOSIT_ETHER'})),
})
)(FirstTimeFlow)

Loading…
Cancel
Save