diff --git a/client/src/components/Appointment.js b/client/src/components/Appointment.js index 8ecb357..251f89d 100644 --- a/client/src/components/Appointment.js +++ b/client/src/components/Appointment.js @@ -9,7 +9,6 @@ const DELETE_APPOINTMENT_MUTATION = gql` } `; - const Appointment = (props) => { const { appointment } = props;