mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +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,
|
||||
symbol: PropTypes.string,
|
||||
}),
|
||||
defaultHomeActiveTabName: PropTypes.string.isRequired,
|
||||
defaultHomeActiveTabName: PropTypes.string,
|
||||
onTabClick: PropTypes.func.isRequired,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user