Fix accommodations colors
This commit is contained in:
parent
136ed8121e
commit
22eeffce24
@ -435,8 +435,8 @@ export function AccommodationsReservationsRoute(): React.ReactElement {
|
|||||||
r.validated === true
|
r.validated === true
|
||||||
? "green"
|
? "green"
|
||||||
: r.validated === false
|
: r.validated === false
|
||||||
? "red dotted"
|
? "red"
|
||||||
: "grey dotted",
|
: "grey ",
|
||||||
extendedProps: {
|
extendedProps: {
|
||||||
id: r.id,
|
id: r.id,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user