Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Remove obsolete constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosichert committed Oct 19, 2017
1 parent 85e6e01 commit 43f9170
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/shortcuts/QuickActionsContextShortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 43f9170

Please sign in to comment.