|
|
@@ -184,7 +184,7 @@ export default defineComponent({
|
|
|
}
|
|
|
this.comment = this.questions
|
|
|
.filter((q) => q.type == "text")
|
|
|
- .map((q) => q.title + " : " + this.commentObject[q.uuid])
|
|
|
+ .map((q) => q.title + " : " + (this.commentObject[q.uuid] ?? ""))
|
|
|
.join("\n\r");
|
|
|
const benevole: BenevoleJSON = {
|
|
|
name: this.name,
|