mirror of
https://github.com/maputnik/editor.git
synced 2026-01-01 11:00:00 +00:00
Fixed more eslint errors.
This commit is contained in:
@@ -39,6 +39,7 @@ class ToolbarLink extends React.Component {
|
||||
static propTypes = {
|
||||
className: PropTypes.string,
|
||||
children: PropTypes.node,
|
||||
href: PropTypes.string,
|
||||
}
|
||||
|
||||
render() {
|
||||
@@ -54,7 +55,8 @@ class ToolbarLink extends React.Component {
|
||||
|
||||
class ToolbarAction extends React.Component {
|
||||
static propTypes = {
|
||||
children: PropTypes.node
|
||||
children: PropTypes.node,
|
||||
onClick: PropTypes.func
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user