We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e172a commit 3ada215Copy full SHA for 3ada215
src/components/Map/Map.js
@@ -60,7 +60,6 @@ class Map extends Component {
60
}
61
62
onMouseEnter = (geo, current = { value: "NA" }) => {
63
- console.log(current);
64
return () => {
65
this.setState(
66
{
0 commit comments