From d5d1eb2fa2ea16e2d50eba637be649b83c551591 Mon Sep 17 00:00:00 2001 From: Sorrel Bri Date: Sun, 1 Mar 2020 20:55:23 -0800 Subject: [PATCH] stub parse_latl reducer action --- src/components/Latl.js | 9 +++++---- src/components/LatlOutput.js | 3 ++- src/reducers/reducer.js | 4 +++- src/reducers/reducer.latl.js | 5 +++++ 4 files changed, 15 insertions(+), 6 deletions(-) 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