Prettier
This commit is contained in:
CarlNation 2023-04-25 15:29:03 -04:00
parent 458b0d19cc
commit d7f2f687b5

View file

@ -142,7 +142,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) {