mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +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) {
|
||||
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, ', ');
|
||||
|
||||
Reference in New Issue
Block a user