Loading web/src/components/map/map_google.tsx +0 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ import { Map, Marker, useMap } from "@vis.gl/react-google-maps"; interface props { setValue: UseFormSetValue<Place>; setIsLoading: Dispatch<SetStateAction<boolean>>; clearErrors: UseFormClearErrors<Place>; position: Position | null; setPosition: Dispatch<SetStateAction<Position | null>>; Loading @@ -18,7 +17,6 @@ export interface Position { export const MapGoogleComponent = ({ setValue, setIsLoading, position, setPosition, clearErrors, Loading Loading
web/src/components/map/map_google.tsx +0 −2 Original line number Diff line number Diff line Loading @@ -5,7 +5,6 @@ import { Map, Marker, useMap } from "@vis.gl/react-google-maps"; interface props { setValue: UseFormSetValue<Place>; setIsLoading: Dispatch<SetStateAction<boolean>>; clearErrors: UseFormClearErrors<Place>; position: Position | null; setPosition: Dispatch<SetStateAction<Position | null>>; Loading @@ -18,7 +17,6 @@ export interface Position { export const MapGoogleComponent = ({ setValue, setIsLoading, position, setPosition, clearErrors, Loading