Finished Hub ESLINT rule enforcement
This commit is contained in:
@@ -17,7 +17,9 @@ export const EventCard = ({
|
||||
Participants: Participant[];
|
||||
};
|
||||
selectedAppointments: EventAppointment[];
|
||||
appointments: EventAppointment[];
|
||||
appointments: (EventAppointment & {
|
||||
Participants: { userId: string }[];
|
||||
})[];
|
||||
}) => {
|
||||
return (
|
||||
<div className="col-span-full">
|
||||
|
||||
Reference in New Issue
Block a user