prettier
This commit is contained in:
parent
cc56290798
commit
81e8f7dd75
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,7 @@ export default {
|
||||||
var eventLabel = "";
|
var eventLabel = "";
|
||||||
//build comma separated list of all items in button list that we are going to display on page
|
//build comma separated list of all items in button list that we are going to display on page
|
||||||
this.answers.forEach((item) => {
|
this.answers.forEach((item) => {
|
||||||
if (item.Name){
|
if (item.Name) {
|
||||||
eventLabel += item.Name + ",";
|
eventLabel += item.Name + ",";
|
||||||
}
|
}
|
||||||
if (item.buttonLabel) {
|
if (item.buttonLabel) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue