Fixed lint errors.

This commit is contained in:
orangemug
2019-05-29 18:59:26 +01:00
parent cb6c6e0d9f
commit 24c52074b8
3 changed files with 4 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ class DebugModal extends React.Component {
isOpen: PropTypes.bool.isRequired,
renderer: PropTypes.string.isRequired,
onChangeMaboxGlDebug: PropTypes.func.isRequired,
onChangeOpenlayersDebug: PropTypes.func.isRequired,
onOpenToggle: PropTypes.func.isRequired,
mapboxGlDebugOptions: PropTypes.object,
openlayersDebugOptions: PropTypes.object,