diff --git a/src/app/seat/seat.component.html b/src/app/seat/seat.component.html index 66a3da9..5513fe3 100644 --- a/src/app/seat/seat.component.html +++ b/src/app/seat/seat.component.html @@ -1,14 +1,6 @@ - @if(this.seat().row.category.id ==1){ - event_seat - } - @if(this.seat().row.category.id == 2){ - weekend - } - @if(this.seat().row.category.id == 3){ - chair - } + {{ seat().row.category.icon }}