Fix
This commit is contained in:
@@ -16,7 +16,7 @@ export const APPOINTMENTS_QUERY = gql`
|
|||||||
|
|
||||||
const AppointmentList = () => {
|
const AppointmentList = () => {
|
||||||
|
|
||||||
const { data, loading } = useQuery(APPOINTMENTS_QUERY);
|
const { data } = useQuery(APPOINTMENTS_QUERY);
|
||||||
|
|
||||||
if (data !== undefined) {
|
if (data !== undefined) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user