mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix propType for Home defaultHomeActiveTabName (#8683)
This commit is contained in:
parent
eb7ef4047f
commit
91a26bae89
@ -54,7 +54,7 @@ export default class Home extends PureComponent {
|
|||||||
decimals: PropTypes.number,
|
decimals: PropTypes.number,
|
||||||
symbol: PropTypes.string,
|
symbol: PropTypes.string,
|
||||||
}),
|
}),
|
||||||
defaultHomeActiveTabName: PropTypes.string.isRequired,
|
defaultHomeActiveTabName: PropTypes.string,
|
||||||
onTabClick: PropTypes.func.isRequired,
|
onTabClick: PropTypes.func.isRequired,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user