CSR-1339
Prettier
This commit is contained in:
parent
458b0d19cc
commit
d7f2f687b5
1 changed files with 1 additions and 1 deletions
|
|
@ -142,7 +142,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