Remove charge tag when changing to fee=no

This commit is contained in:
Robin van der Linde 2023-06-27 23:49:31 +02:00
parent c0a602ac39
commit 269695cb83
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -70,7 +70,10 @@
"if": "fee=no",
"then": {
"en": "This shower is free to use"
}
},
"addExtraTags": [
"charge="
]
}
]
},