Ticket Booking UI Description Issue
This commit is contained in:
parent
cbe0d51a33
commit
6879d236bc
|
|
@ -43,7 +43,9 @@
|
|||
</quantity-changer>
|
||||
</div>
|
||||
|
||||
<p>@{{ ticket.description }}</p>
|
||||
<div class="ticket-item">
|
||||
<p>@{{ ticket.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -42,8 +42,10 @@
|
|||
:min-quantity="defaultQty">
|
||||
</quantity-changer>
|
||||
</div>
|
||||
|
||||
<p>@{{ ticket.description }}</p>
|
||||
|
||||
<div class="ticket-item">
|
||||
<p>@{{ ticket.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue