Skip to content

General-admission tickets render as "Seat" with nothing after it #16

Description

@presidojay1

Ticket rows render {ticket.ticketType?.name} · Seat {ticket.seat} unconditionally. For general-admission tickets where seat is an empty string, this displays as "GA · Seat" with a dangling label and no value, which reads as broken rather than intentional.

Suggested fix: Render conditionally, e.g. {ticket.seat ? \Seat ${ticket.seat}` : 'General admission'}`.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions