1
0
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:
Whymarrh Whitby 2020-05-28 19:15:04 -02:30 committed by GitHub
parent eb7ef4047f
commit 91a26bae89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}