eslint bug fixed
This commit is contained in:
@@ -240,7 +240,7 @@ const AddedDoctor = ({ initialValues, setDialogOpen }: Props) => {
|
||||
}
|
||||
})();
|
||||
}
|
||||
}, [initialValues]);
|
||||
}, [initialValues, form]);
|
||||
|
||||
const handleMapClick = (
|
||||
e: ymaps.IEvent<MouseEvent, { coords: [number, number] }>,
|
||||
|
||||
@@ -172,7 +172,7 @@ export default function AddedObject({ initialValues, setDialogOpen }: Props) {
|
||||
}
|
||||
})();
|
||||
}
|
||||
}, [initialValues]);
|
||||
}, [initialValues, form]);
|
||||
|
||||
const handleMapClick = (
|
||||
e: ymaps.IEvent<MouseEvent, { coords: [number, number] }>,
|
||||
|
||||
@@ -203,7 +203,7 @@ const AddedPharmacies = ({ initialValues, setDialogOpen }: Props) => {
|
||||
}
|
||||
})();
|
||||
}
|
||||
}, [initialValues]);
|
||||
}, [initialValues, form]);
|
||||
|
||||
const handleMapClick = (
|
||||
e: ymaps.IEvent<MouseEvent, { coords: [number, number] }>,
|
||||
|
||||
Reference in New Issue
Block a user