diff --git a/src/components/shortcuts/QuickActionsContextShortcuts.js b/src/components/shortcuts/QuickActionsContextShortcuts.js index 4b4af585a..5955c86d1 100644 --- a/src/components/shortcuts/QuickActionsContextShortcuts.js +++ b/src/components/shortcuts/QuickActionsContextShortcuts.js @@ -2,9 +2,6 @@ import React, { Component } from 'react'; import { Shortcuts } from 'react-shortcuts'; class QuickActionsContextShortcuts extends Component { - constructor(props){ - super(props); - } handleShortcuts = (action, event) => { const {handleClick, onClick} = this.props;