Skip to content

Commit

Permalink
Merge pull request #132 from pdxlocations/nodes-on-map
Browse files Browse the repository at this point in the history
Put the Nodes on the Map!
  • Loading branch information
thebentern authored Sep 27, 2023
2 parents efbcb12 + d5f79ad commit 4fd0ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meshtastic-web",
"version": "2.2.4-0",
"version": "2.2.5-0",
"type": "module",
"description": "Meshtastic web client",
"license": "GPL-3.0-only",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
ZoomOutIcon,
} from "lucide-react";
import { useCallback, useEffect, useState } from "react";
import { Layer, Map as Marker, Source, useMap } from "react-map-gl";
import { Layer, Marker, Source, useMap } from "react-map-gl";
import MapGL from "react-map-gl/maplibre";

export const MapPage = (): JSX.Element => {
Expand Down

0 comments on commit 4fd0ab6

Please sign in to comment.