forked from MapComplete/MapComplete
Themes(bike_repair_station): don't ask for valve types if no pump is present, fix #2451
This commit is contained in:
parent
d0b487bfa5
commit
c0e323b8c9
1 changed files with 2 additions and 1 deletions
|
@ -1018,7 +1018,8 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"id": "bike_repair_station-valves"
|
||||
"id": "bike_repair_station-valves",
|
||||
"condition": "service:bicycle:pump=yes"
|
||||
},
|
||||
{
|
||||
"id": "bike_repair_station-electrical_pump",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue