hide assignment confirm action on calendar for now
This commit is contained in:
@ -356,7 +356,7 @@ const AvCalendar = ({ publisherId, events, selectedDate }) => {
|
||||
</span> */}
|
||||
|
||||
{/* Confirm Icon */}
|
||||
{!event.isConfirmed && (
|
||||
{/* {!event.isConfirmed && (
|
||||
<span
|
||||
className=" cursor-pointer rounded-full bg-green-500 text-white flex items-center justify-center"
|
||||
style={{ width: '24px', height: '24px' }} // Adjust the size as needed
|
||||
@ -364,7 +364,7 @@ const AvCalendar = ({ publisherId, events, selectedDate }) => {
|
||||
>
|
||||
✓
|
||||
</span>
|
||||
)}
|
||||
)} */}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user