forked from MapComplete/MapComplete
UX: only show opening_hours state if opening_hours are present
This commit is contained in:
parent
48746f6e80
commit
bb72f33806
1 changed files with 2 additions and 1 deletions
|
@ -73,13 +73,14 @@
|
|||
"defaults",
|
||||
"in_favourite"
|
||||
],
|
||||
"#": "Titleicon showing 'open until 17:00'",
|
||||
"#": "Titleicon showing e.g. 'open until 17:00'",
|
||||
"icon": {
|
||||
"class": "w-20 mx-1 flex items-center"
|
||||
},
|
||||
"render": "{opening_hours_state()}",
|
||||
"condition": {
|
||||
"or": [
|
||||
"opening_hours~*",
|
||||
"seasonal=",
|
||||
"seasonal=no",
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue