mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Widget: add missing semi-colon
This commit is contained in:
@@ -1277,7 +1277,7 @@ Vue.component('pretix-widget-event-list-entry', {
|
|||||||
if (this.event.availability.reason) {
|
if (this.event.availability.reason) {
|
||||||
o['pretix-widget-event-availability-' + this.event.availability.reason] = true;
|
o['pretix-widget-event-availability-' + this.event.availability.reason] = true;
|
||||||
}
|
}
|
||||||
return o
|
return o;
|
||||||
},
|
},
|
||||||
location: function () {
|
location: function () {
|
||||||
return this.event.location.replace(/\s*\n\s*/g, ', ');
|
return this.event.location.replace(/\s*\n\s*/g, ', ');
|
||||||
|
|||||||
Reference in New Issue
Block a user