diff --git a/src/App.tsx b/src/App.tsx index 286af45..a5b43e1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -64,7 +64,6 @@ function App() { resetAlarm(); } else if (alarmSet) { setHasWalked(false); - audioRef.current?.play(); } }, [distance, alarmSet]); @@ -150,22 +149,6 @@ function App() {

Walk-up alarm

- {/* - } - value={alarm ? format(alarm, "HH:mm") : undefined} - onChange={(e) => { - setAlarm(parse(e.target.value, "HH:mm", new Date())); - }} - /> */}