From c32e6fb296cf2986b19384e63b22472cb4f7d168 Mon Sep 17 00:00:00 2001 From: Skander Mzali Date: Wed, 26 Jul 2023 15:13:11 -0700 Subject: [PATCH] Fix small type error --- ui/src/components/MapLayout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/components/MapLayout.tsx b/ui/src/components/MapLayout.tsx index 4b3feb41..c45fc57d 100644 --- a/ui/src/components/MapLayout.tsx +++ b/ui/src/components/MapLayout.tsx @@ -20,6 +20,7 @@ const feedFromSlug = (feedSlug: string) => ({ name: feedSlug, slug: feedSlug, nodeName: feedSlug, + longitudeLatitude: {lng: -122.3, lat: 47.6}, // TODO: figure out which coordinates to use for dynamic feeds locationPoint: { coordinates: [47.6, -122.3],