Skip to content

Commit 4a728fc

Browse files
authored
Merge pull request #282 from map-of-pi/findme-geolocation
Approved (1).
2 parents cf7f5ee + 6baa5dc commit 4a728fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/shared/map/Map.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ const Map = ({
275275
}
276276
}, [position, map, initialLocationSet]);
277277

278-
return center === null ? null : <Marker position={center} icon={crosshairIcon} />;
278+
return center === null ? null : <Marker position={center} />;
279279
}
280280

281281
// Define map boundaries

0 commit comments

Comments
 (0)