diff --git a/src/digital-components/button-question/button-question.vue b/src/digital-components/button-question/button-question.vue index 8411627f4..f6bcab3e2 100644 --- a/src/digital-components/button-question/button-question.vue +++ b/src/digital-components/button-question/button-question.vue @@ -264,7 +264,7 @@ export default { var eventLabel = ""; //build comma separated list of all items in button list that we are going to display on page this.answers.forEach((item) => { - if (item.Name){ + if (item.Name) { eventLabel += item.Name + ","; } if (item.buttonLabel) {