feat: add new reservation status
parent
c8f24aec0e
commit
b1dafab774
|
@ -37,6 +37,8 @@ const EventReservationSchema: FC<EventReservationSchemaInterface> = ({
|
|||
case "REJECTED":
|
||||
case "CANCELLED":
|
||||
return "ReservationCancelled";
|
||||
case "RESCHEDULED":
|
||||
return "ReservationCancelled";
|
||||
case "PENDING":
|
||||
return "ReservationPending";
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue