Themes: Hide bike cleaning cost if we don't know if there is a bike cleaning service
This commit is contained in:
parent
512bb4c00e
commit
87aee9e2b7
1 changed files with 3 additions and 1 deletions
|
@ -156,7 +156,9 @@
|
||||||
"condition": {
|
"condition": {
|
||||||
"and": [
|
"and": [
|
||||||
"amenity!=bike_wash",
|
"amenity!=bike_wash",
|
||||||
"amenity!=bicycle_wash"
|
"amenity!=bicycle_wash",
|
||||||
|
"service:bicycle:cleaning!=no",
|
||||||
|
"service:bicycle:cleaning!="
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
|
|
Loading…
Reference in a new issue