heartwood every commit a ring

Fix timer focus on initial load

74a5f6c5 by Isaac Bythewood · 5 years ago

modified components/timer.js
@@ -26,8 +26,8 @@ const Timer = () => {  }, [state.timer]);  useEffect(() => {     refToMain.current.focus();   });    refToMain.current.focus();  }, []);  const submitForm = e => {    e.preventDefault();