From 033e97b873d81f7874a6968e7c6276e2106ebed4 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 29 Jul 2020 21:43:58 +0200 Subject: [PATCH] Fix preset --- Customizations/Layers/BikeStations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customizations/Layers/BikeStations.ts b/Customizations/Layers/BikeStations.ts index a4be1d7..6638a79 100644 --- a/Customizations/Layers/BikeStations.ts +++ b/Customizations/Layers/BikeStations.ts @@ -47,7 +47,7 @@ export default class BikeStations extends LayerDefinition { { title: tr.titlePumpAndRepair, description: tr.services.both, - tags: [this.repairStation, this.tools, this.nopump] + tags: [this.repairStation, this.tools, this.pump] }, ]