Compare commits

..

1 commit

Author SHA1 Message Date
3d07ca077f
feat(slot blocking): add buttons to sidebar
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m34s
docker-build / docker (pull_request) Successful in 3m57s
tests / Tests (pull_request) Successful in 3m30s
2025-07-01 00:09:37 +02:00

View file

@ -234,7 +234,7 @@ function CalendarWithUserEvents({
onSelectEvent={(event) => {
if (event.type === 'blocked_private') return;
if (event.type === 'blocked_owned') {
router.push(`/blocked_slots/${event.id}`);
router.push(`/blocker/${event.id}`);
return;
}
if (event.type === 'event') {