small error fix
This commit is contained in:
parent
2f48413b08
commit
28e7425fb8
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ Console.propTypes = {
|
|||
clearConsole: PropTypes.func.isRequired,
|
||||
dispatchConsoleEvent: PropTypes.func.isRequired,
|
||||
theme: PropTypes.string.isRequired,
|
||||
consoleFontSize: PropTypes.number.isRequired
|
||||
fontSize: PropTypes.number.isRequired
|
||||
};
|
||||
|
||||
Console.defaultProps = {
|
||||
|
|
Loading…
Reference in a new issue