diff --git a/src/scenes/Locations/Edit/EditLocation.tsx b/src/scenes/Locations/Edit/EditLocation.tsx index c3384892b3..08c4478f89 100644 --- a/src/scenes/Locations/Edit/EditLocation.tsx +++ b/src/scenes/Locations/Edit/EditLocation.tsx @@ -15,7 +15,6 @@ type FormProps = LocationFormProps>; export type EditLocationProps = Except; export const EditLocation = (props: EditLocationProps) => { - // use this style for uploads of images const uploadFile = useUploadFileAsync(); const [updateLocation] = useMutation(UpdateLocationDocument); const location = props.location;