From 51996b0e40dd0816245cceadee55e7acec762029 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Sun, 10 Mar 2024 23:08:20 +0200 Subject: [PATCH] hide assignment confirm action on calendar for now --- components/calendar/avcalendar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 && ( { > ✓ - )} + )} */} )}