Ticket Booking UI Description Issue

This commit is contained in:
sanjeev 2022-11-24 10:42:49 +05:30
parent cbe0d51a33
commit 6879d236bc
2 changed files with 7 additions and 3 deletions

View File

@ -43,7 +43,9 @@
</quantity-changer>
</div>
<p>@{{ ticket.description }}</p>
<div class="ticket-item">
<p>@{{ ticket.description }}</p>
</div>
</div>
</div>
</div>

View File

@ -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>