fix: remove testing user id

This commit is contained in:
Dominik 2025-06-30 08:54:43 +02:00
parent a1568e455f
commit f6b094bbb2
Signed by: dominik
GPG key ID: 06A4003FC5049644

View file

@ -150,7 +150,7 @@ function CalendarWithUserEvents({
const { data, refetch, error, isError } = useGetApiCalendar(
{
userIds: [userId, userId + '_blocked'],
userIds: [userId],
start: moment(currentDate)
.startOf(
currentView === 'agenda'