diff --git a/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue b/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue index 3a78768..614c1e4 100644 --- a/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue +++ b/src/webapp/main/src/components/seatplan/userApp/seatplanComponents/seats/rectangular.vue @@ -75,7 +75,6 @@ export default { // Size of seat at scale 1 is 32px // w & h are normalised let offsets = {}; - console.log( this.data.seatInfo ); if ( this.data.seatInfo ) { for ( let element in this.data.seatInfo.data[ this.data.sector ] ) { if ( element < this.data.seatNumbering ) { diff --git a/src/webapp/main/src/views/purchasing/OrderView.vue b/src/webapp/main/src/views/purchasing/OrderView.vue index 5219138..0a28a9e 100644 --- a/src/webapp/main/src/views/purchasing/OrderView.vue +++ b/src/webapp/main/src/views/purchasing/OrderView.vue @@ -11,22 +11,20 @@

Order tickets

- +
+ + +
+

{{ event.name }}

+

{{ event.description }}

+
+
+

Free seats: {{ event.free }} / {{ event.totalSeats }}

+

{{ event.locationName }}, {{ event.dateString }}

+

Starting at {{ event.currency }} {{ event.startingPrice }}

+
+
+
No future events are available! @@ -44,11 +42,6 @@ flex-direction: column; } - ul { - list-style: none; - width: 80%; - } - .ticket { display: flex; align-items: center;