Fix ticket quantity buttons on event page - Remove syntax error in ticket card component and improve error handling in ticket cart controller
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
data-ticket-cart-target="quantity"
|
||||
data-ticket-type-id="<%= id %>"
|
||||
data-name="<%= name %>"
|
||||
data-price="<%= price_cents %>">
|
||||
data-price="<%= price_cents %>"
|
||||
data-action="change->ticket-cart#updateQuantityFromInput">
|
||||
<button type="button"
|
||||
class="w-8 h-8 rounded-full bg-gray-100 hover:bg-gray-200 flex items-center justify-center transition-colors duration-200"
|
||||
data-action="click->ticket-cart#increaseQuantity"
|
||||
|
||||
Reference in New Issue
Block a user