Skip to content

Commit

Permalink
Fix small type error
Browse files Browse the repository at this point in the history
  • Loading branch information
skanderm committed Jul 26, 2023
1 parent b329c3c commit c32e6fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/MapLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit c32e6fb

Please sign in to comment.