lint error fix
This commit is contained in:
parent
7a44cceb65
commit
c676fae7bf
2 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,8 @@ Console.propTypes = {
|
|||
expandConsole: PropTypes.func.isRequired,
|
||||
clearConsole: PropTypes.func.isRequired,
|
||||
dispatchConsoleEvent: PropTypes.func.isRequired,
|
||||
theme: PropTypes.string.isRequired
|
||||
theme: PropTypes.string.isRequired,
|
||||
consoleFontSize: PropTypes.number.isRequired
|
||||
};
|
||||
|
||||
Console.defaultProps = {
|
||||
|
|
|
@ -333,7 +333,6 @@ class Preferences extends React.Component {
|
|||
|
||||
Preferences.propTypes = {
|
||||
fontSize: PropTypes.number.isRequired,
|
||||
consoleFontSize: PropTypes.number.isRequired,
|
||||
indentationAmount: PropTypes.number.isRequired,
|
||||
setIndentation: PropTypes.func.isRequired,
|
||||
indentWithSpace: PropTypes.func.isRequired,
|
||||
|
|
Loading…
Reference in a new issue