This commit is contained in:
Riccardo
2021-01-06 12:16:00 +01:00
parent 9794f5c796
commit 718ca146b1

View File

@@ -9,7 +9,6 @@ const DELETE_APPOINTMENT_MUTATION = gql`
} }
`; `;
const Appointment = (props) => { const Appointment = (props) => {
const { appointment } = props; const { appointment } = props;