diff --git a/src/components/map/radar/index.tsx b/src/components/map/radar/index.tsx index 1121758c..b7e9b319 100644 --- a/src/components/map/radar/index.tsx +++ b/src/components/map/radar/index.tsx @@ -19,7 +19,7 @@ export default function RadarMap(props) { return ( - + ); } diff --git a/src/components/resource/components/information/index.tsx b/src/components/resource/components/information/index.tsx index 9726b5c6..3f3f67df 100644 --- a/src/components/resource/components/information/index.tsx +++ b/src/components/resource/components/information/index.tsx @@ -28,7 +28,6 @@ export default function ResourceInformation(props: Props) {
{ if (list?.location?.coordinates == null) return null; return { + id: list._id, location: { - point: list.location, + point: { + type: list.location.type, + coordinates: list.location.coordinates, + }, }, }; }) diff --git a/src/pages/favorites/index.tsx b/src/pages/favorites/index.tsx index 1798c66b..0c84920e 100644 --- a/src/pages/favorites/index.tsx +++ b/src/pages/favorites/index.tsx @@ -70,7 +70,7 @@ export default function Lists() {
- +