diff --git a/assets/layers/questions/questions.json b/assets/layers/questions/questions.json index 5e979b128..633d151e6 100644 --- a/assets/layers/questions/questions.json +++ b/assets/layers/questions/questions.json @@ -175,17 +175,17 @@ "cs": "Jaké je telefonní číslo {title()}?" }, "render": { - "special": { - "type": "link", - "href": "tel:{phone}", - "text": "{phone}" - } + "special": { + "type": "link", + "href": "tel:{phone}", + "text": "{phone}" + } }, "icon": "./assets/layers/questions/phone.svg", "mappings": [ { "if": "contact:phone~*", - "then":{ + "then": { "special": { "type": "link", "href": "tel:{contact:phone}",