diff --git a/web/src/components/MemoMetadata/Location/LocationDisplayView.tsx b/web/src/components/MemoMetadata/Location/LocationDisplayView.tsx index b9d65594b..85dad6ead 100644 --- a/web/src/components/MemoMetadata/Location/LocationDisplayView.tsx +++ b/web/src/components/MemoMetadata/Location/LocationDisplayView.tsx @@ -1,7 +1,6 @@ import { MapPinIcon } from "lucide-react"; import { useState } from "react"; import { LazyLocationPicker } from "@/components/map/LazyLocationPicker"; -import { Button } from "@/components/ui/button"; import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover"; import type { Location } from "@/types/proto/api/v1/memo_service_pb"; import { getLocationCoordinatesText, getLocationDisplayText } from "./locationHelpers"; @@ -22,13 +21,15 @@ const LocationDisplayView = ({ location }: LocationDisplayViewProps) => { return ( - +