mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #3743 from gasolin/buyetherview
remove unavailable goToBuyEtherView propType
This commit is contained in:
commit
5b9ea8751e
@ -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…
Reference in New Issue
Block a user