Skip to content

Commit

Permalink
#3045: Remove the link on the popup
Browse files Browse the repository at this point in the history
  • Loading branch information
cemalettin-work authored and anilsonmez-simsoft committed Mar 1, 2022
1 parent b64542f commit e50becf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/Leaflet.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ const BaseLeaflet = ({
})
.bindPopup(popupContent)
.on("popupopen", e => {
// TODO LinkTo component will be utilized here to provide routing
ReactDOM.render(
<>
<b>{location.name}</b> @{" "}
Expand Down

0 comments on commit e50becf

Please sign in to comment.