Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Oct 31, 2018
1 parent dd7a4e0 commit 97c7413
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/store/MapLayerStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ class MapLayerStore extends Store {

const { config } = dispatcher.getContext();
this.mapLayers.citybike =
config.transportModes.citybike && config.transportModes.citybike.availableForSelection;
config.transportModes.citybike &&
config.transportModes.citybike.availableForSelection;

const storedMapLayers = getMapLayerSettings();
if (Object.keys(storedMapLayers).length > 0) {
Expand Down

0 comments on commit 97c7413

Please sign in to comment.