Fix accommodations colors
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2024-06-22 09:06:51 +02:00
parent 136ed8121e
commit 22eeffce24

View File

@ -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,
},