diff --git a/src/components/cards/cards.jsx b/src/components/cards/cards.jsx index 158c979b6b666303fd389369f09e542b8b704381..20b7575835da95ebbbda99dcf6ced8453622e1d7 100644 --- a/src/components/cards/cards.jsx +++ b/src/components/cards/cards.jsx @@ -86,10 +86,6 @@ const CardHeader = ({onCloseCards, onShrinkExpandCards, onShowAll, totalSteps, s ); class VideoStep extends React.Component { - // eslint-disable-next-line no-useless-constructor - constructor (props) { - super(props); - } componentDidMount () { const script = document.createElement('script'); script.src = `https://fast.wistia.com/embed/medias/${this.props.video}.jsonp`;