diff --git a/src/components/Latl.js b/src/components/Latl.js index ac06eec..feb540a 100644 --- a/src/components/Latl.js +++ b/src/components/Latl.js @@ -5,20 +5,21 @@ const Latl = ({latl, dispatch}) => { const { innerWidth, innerHeight } = window; const handleChange = e => { - console.log(e.target.value) const setLatlAction = { type: 'SET_LATL', value: e.target.value } - dispatch(setLatlAction) + dispatch(setLatlAction); } return (

.LATL