Skip to content

Commit

Permalink
remove unused citybike property
Browse files Browse the repository at this point in the history
  • Loading branch information
Beck-berry committed Oct 12, 2021
1 parent 1164fee commit 4976661
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/component/map/StopPageMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,10 @@ StopPageMap.propTypes = {
currentTime: PropTypes.number.isRequired,
mapLayers: mapLayerShape.isRequired,
mapLayerOptions: mapLayerOptionsShape.isRequired,
citybike: PropTypes.bool,
};

StopPageMap.defaultProps = {
stop: undefined,
citybike: false,
};

const componentWithBreakpoint = withBreakpoint(StopPageMap);
Expand Down

0 comments on commit 4976661

Please sign in to comment.