diff --git a/src/react/LogMonitor.js b/src/react/LogMonitor.js index 8f25d283..d960f460 100644 --- a/src/react/LogMonitor.js +++ b/src/react/LogMonitor.js @@ -34,7 +34,7 @@ const styles = { export default class LogMonitor extends Component { constructor(props) { - super(props) + super(props); if (typeof window !== 'undefined') { window.addEventListener('keydown', ::this.handleKeyPress); }