mirror of
https://github.com/urosran/cally.git
synced 2025-07-16 01:56:16 +00:00
Fix details/notes missing from events
This commit is contained in:
@ -77,6 +77,7 @@ export const useGetEvents = () => {
|
||||
end: new Date(event.endDate.seconds * 1000),
|
||||
hideHours: event.allDay,
|
||||
eventColor: eventColor,
|
||||
notes: event.notes
|
||||
};
|
||||
})
|
||||
);
|
||||
|
Reference in New Issue
Block a user