1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

fixed console warning for labelProps (#16629)

This commit is contained in:
Nidhi Kumari 2022-11-23 02:34:51 +05:30 committed by GitHub
parent 5ee7da6afe
commit fc0036d5b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ Tag.propTypes = {
/**
* The label props of the component. Most Text component props can be used
*/
labelProps: Text.propTypes,
labelProps: PropTypes.shape(Text.PropTypes),
/**
* Additional classNames to be added to the Tag component
*/