diff --git a/app/component/map/Map.js b/app/component/map/Map.js index c34b9a945a..2c418c89c3 100644 --- a/app/component/map/Map.js +++ b/app/component/map/Map.js @@ -52,12 +52,13 @@ class Map extends React.Component { showStops: PropTypes.bool, zoom: PropTypes.number, showScaleBar: PropTypes.bool, - loaded: PropTypes.function, + loaded: PropTypes.func, disableZoom: PropTypes.bool, }; static defaultProps = { showScaleBar: false, + loaded: () => {}, }; static contextTypes = {