Fixed lint errors.

This commit is contained in:
orangemug
2020-01-19 16:00:29 +00:00
parent 79fa2b3508
commit 4269e4573c
3 changed files with 4 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ export default class MapboxGlMap extends React.Component {
inspectModeEnabled: PropTypes.bool.isRequired,
highlightedLayer: PropTypes.object,
options: PropTypes.object,
onChange: PropTypes.func.isRequired,
}
static defaultProps = {