diff --git a/components/calendar/avcalendar.tsx b/components/calendar/avcalendar.tsx index c868f82..8fd7026 100644 --- a/components/calendar/avcalendar.tsx +++ b/components/calendar/avcalendar.tsx @@ -356,7 +356,7 @@ const AvCalendar = ({ publisherId, events, selectedDate }) => { */} {/* Confirm Icon */} - {!event.isConfirmed && ( + {/* {!event.isConfirmed && ( { > ✓ - )} + )} */} )}