mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
HelpText propType fix (#16402)
This commit is contained in:
parent
ef1c6fc959
commit
ec11ff66ee
@ -38,7 +38,7 @@ HelpText.propTypes = {
|
||||
* The color of the HelpText will be overridden if error is true
|
||||
* Defaults to COLORS.TEXT_DEFAULT
|
||||
*/
|
||||
color: PropTypes.oneOf(Object.values[TEXT_COLORS]),
|
||||
color: PropTypes.oneOf(Object.values(TEXT_COLORS)),
|
||||
/**
|
||||
* The content of the help-text
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user