Fixed typo.

This commit is contained in:
orangemug 2018-06-03 10:18:55 +01:00
parent 00afbad7ac
commit ede782abed

View file

@ -80,7 +80,8 @@ export default class Toolbar extends React.Component {
// A dict of source id's and the available source layers
sources: PropTypes.object.isRequired,
onInspectModeToggle: PropTypes.func.isRequired,
children: PropTypes.node
children: PropTypes.node,
onToggleModal: PropTypes.func,
}
constructor(props) {