fix:#3 linted formatted

This commit is contained in:
Elmar Kresse
2024-07-24 10:54:20 +02:00
parent 60f8b06f84
commit c15dbfeebb
21 changed files with 4190 additions and 1123 deletions

View File

@@ -92,9 +92,8 @@ function transformData(data: RoomOccupancyList) {
}
const { data: occupancy } = useQuery({
queryKey: ["roomOccupancy"],//, selectedRoom, currentDateFrom, currentDateTo],
queryFn: () =>
fetchRoomOccupancy(),
queryKey: ["roomOccupancy"], //, selectedRoom, currentDateFrom, currentDateTo],
queryFn: () => fetchRoomOccupancy(),
staleTime: 12 * 3600000, // 12 hours
});
@@ -192,9 +191,7 @@ const calendarOptions: ComputedRef<CalendarOptions> = computed(() => ({
color: event.event.free
? "var(--htwk-gruen-500)"
: "var(--htwk-grau-60-500)",
textColor: event.event.free
? "var(--green-50)"
: "white",
textColor: event.event.free ? "var(--green-50)" : "white",
title: event.event.stub
? t("roomFinderPage.stub")
: event.event.free