Widget: add missing semi-colon

This commit is contained in:
Richard Schreiber
2025-07-01 12:26:44 +02:00
parent 2788ba10fe
commit 7177ac18f7

View File

@@ -1277,7 +1277,7 @@ Vue.component('pretix-widget-event-list-entry', {
if (this.event.availability.reason) {
o['pretix-widget-event-availability-' + this.event.availability.reason] = true;
}
return o
return o;
},
location: function () {
return this.event.location.replace(/\s*\n\s*/g, ', ');