fix: remove testing user id
This commit is contained in:
parent
a1568e455f
commit
f6b094bbb2
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ function CalendarWithUserEvents({
|
|||
|
||||
const { data, refetch, error, isError } = useGetApiCalendar(
|
||||
{
|
||||
userIds: [userId, userId + '_blocked'],
|
||||
userIds: [userId],
|
||||
start: moment(currentDate)
|
||||
.startOf(
|
||||
currentView === 'agenda'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue