mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-28 20:43:56 +03:00
Fix lint
This commit is contained in:
parent
d1d39a0890
commit
22011114f5
|
@ -34,7 +34,7 @@ const styles = {
|
||||||
|
|
||||||
export default class LogMonitor extends Component {
|
export default class LogMonitor extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props)
|
super(props);
|
||||||
if (typeof window !== 'undefined') {
|
if (typeof window !== 'undefined') {
|
||||||
window.addEventListener('keydown', ::this.handleKeyPress);
|
window.addEventListener('keydown', ::this.handleKeyPress);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user