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