dont reassign event.lektor inside computed property depending on event.lektor

This commit is contained in:
Johann Hoffmann
2025-09-08 14:35:20 +02:00
parent 56e74fc365
commit d015b208fc
@@ -23,14 +23,6 @@ export default {
this.$p.t('person/ort'),
this.event.ort_kurzbz
].join(": "));
this.event.lektor = [
this.event.lektor[0],
this.event.lektor[0],
this.event.lektor[0],
this.event.lektor[0],
this.event.lektor[0],
];
if (Array.isArray(this.event.lektor) && this.event.lektor.length > 0) {
if (this.event.lektor.length > 3) {