From 718ca146b1c33cc3d1071dc273500854fcf6139e Mon Sep 17 00:00:00 2001 From: Riccardo Date: Wed, 6 Jan 2021 12:16:00 +0100 Subject: [PATCH] Fix --- client/src/components/Appointment.js | 1 - 1 file changed, 1 deletion(-) 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;