Fix details/notes missing from events

This commit is contained in:
Milan Paunovic
2024-10-20 16:03:46 +02:00
parent 641bae7e99
commit 7ae714e075
5 changed files with 40 additions and 21 deletions

View File

@ -77,6 +77,7 @@ export const useGetEvents = () => {
end: new Date(event.endDate.seconds * 1000),
hideHours: event.allDay,
eventColor: eventColor,
notes: event.notes
};
})
);