Fix lint errrors

This commit is contained in:
Dmitriy Kovalenko
2021-02-05 14:05:13 +02:00
parent f67bb84613
commit 9ddddc1a88
3 changed files with 0 additions and 6 deletions
@@ -1,4 +1,3 @@
/* global cy */
import React from 'react'
import { mount } from '@cypress/react'
import { SpecList } from '../../../src/SpecList'
-1
View File
@@ -1,4 +1,3 @@
/* globals document */
import $ from 'cash-dom'
function appendTargetIfNotExists (id, tag = 'div', parent = document.body) {
@@ -21,10 +21,6 @@ export default class Iframes extends Component {
_disposers = []
containerRef = null
constructor (props) {
super(props)
}
render () {
const { height, width, scriptError, scale } = this.props.state