mirror of
https://github.com/urosran/cally.git
synced 2025-07-10 15:17:17 +00:00
Revert calendar
This commit is contained in:
@ -601,8 +601,8 @@ export const EventCalendar: React.FC<EventCalendarProps> = React.memo(
|
|||||||
swipeEnabled
|
swipeEnabled
|
||||||
mode={mode}
|
mode={mode}
|
||||||
sortedMonthView
|
sortedMonthView
|
||||||
events={processedEvents}
|
events={filteredEvents}
|
||||||
renderEvent={renderEvent}
|
// renderEvent={renderEvent}
|
||||||
eventCellStyle={memoizedEventCellStyle}
|
eventCellStyle={memoizedEventCellStyle}
|
||||||
allDayEventCellStyle={memoizedEventCellStyle}
|
allDayEventCellStyle={memoizedEventCellStyle}
|
||||||
// enableEnrichedEvents={true}
|
// enableEnrichedEvents={true}
|
||||||
|
Reference in New Issue
Block a user