Add an accommodations reservations module #188
@ -435,8 +435,8 @@ export function AccommodationsReservationsRoute(): React.ReactElement {
|
||||
r.validated === true
|
||||
? "green"
|
||||
: r.validated === false
|
||||
? "red dotted"
|
||||
: "grey dotted",
|
||||
? "red"
|
||||
: "grey ",
|
||||
extendedProps: {
|
||||
id: r.id,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user