This commit is contained in:
Riccardo
2021-08-16 09:06:16 +02:00
parent 93169095c0
commit 959c6dbc33

View File

@@ -16,7 +16,7 @@ export const APPOINTMENTS_QUERY = gql`
const AppointmentList = () => {
const { data, loading } = useQuery(APPOINTMENTS_QUERY);
const { data } = useQuery(APPOINTMENTS_QUERY);
if (data !== undefined) {
return (