fix(LogMonitor): add theme to propTypes

This commit is contained in:
Nikolaus Graf 2015-09-20 11:34:44 +02:00
parent aa5ee9b6c6
commit ef559a4848

View File

@ -54,7 +54,8 @@ export default class LogMonitor extends Component {
jumpToState: PropTypes.func.isRequired, jumpToState: PropTypes.func.isRequired,
setMonitorState: PropTypes.func.isRequired, setMonitorState: PropTypes.func.isRequired,
select: PropTypes.func.isRequired, select: PropTypes.func.isRequired,
visibleOnLoad: PropTypes.bool visibleOnLoad: PropTypes.bool,
theme: PropTypes.object
}; };
static defaultProps = { static defaultProps = {