mirror of
https://github.com/maputnik/editor.git
synced 2026-06-09 08:47:26 +00:00
Fixed more lint errors.
This commit is contained in:
@@ -11,6 +11,7 @@ class TileJSONSourceEditor extends React.Component {
|
||||
static propTypes = {
|
||||
source: PropTypes.object.isRequired,
|
||||
onChange: PropTypes.func.isRequired,
|
||||
children: PropTypes.node,
|
||||
}
|
||||
|
||||
render() {
|
||||
@@ -33,6 +34,7 @@ class TileURLSourceEditor extends React.Component {
|
||||
static propTypes = {
|
||||
source: PropTypes.object.isRequired,
|
||||
onChange: PropTypes.func.isRequired,
|
||||
children: PropTypes.node,
|
||||
}
|
||||
|
||||
changeTileUrl(idx, value) {
|
||||
|
||||
Reference in New Issue
Block a user