mirror of
https://github.com/maputnik/editor.git
synced 2026-08-02 11:17:26 +00:00
Take advantage of transform-class-properties and use arrow functions instead of bind
This commit is contained in:
@@ -11,10 +11,6 @@ class ShortcutsModal extends React.Component {
|
||||
onOpenToggle: PropTypes.func.isRequired,
|
||||
}
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
}
|
||||
|
||||
render() {
|
||||
const help = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user