mirror of
https://github.com/maputnik/editor.git
synced 2026-01-05 21:10:02 +00:00
Fixed eslint errors.
This commit is contained in:
@@ -8,6 +8,7 @@ class Modal extends React.Component {
|
||||
isOpen: PropTypes.bool.isRequired,
|
||||
title: PropTypes.string.isRequired,
|
||||
onOpenToggle: PropTypes.func.isRequired,
|
||||
children: PropTypes.node,
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user