From f6b094bbb21592d954148eeb217a6bb1bf1978cf Mon Sep 17 00:00:00 2001 From: Dominik Stahl Date: Mon, 30 Jun 2025 08:54:43 +0200 Subject: [PATCH] fix: remove testing user id --- src/components/calendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/calendar.tsx b/src/components/calendar.tsx index 9d8e255..e19101a 100644 --- a/src/components/calendar.tsx +++ b/src/components/calendar.tsx @@ -150,7 +150,7 @@ function CalendarWithUserEvents({ const { data, refetch, error, isError } = useGetApiCalendar( { - userIds: [userId, userId + '_blocked'], + userIds: [userId], start: moment(currentDate) .startOf( currentView === 'agenda'