diff --git a/src/ui.tsx b/src/ui.tsx
index 01b66ba..1eec387 100644
--- a/src/ui.tsx
+++ b/src/ui.tsx
@@ -587,7 +587,7 @@ function PlanOptions({state}: {state: State}) {
dispatch({type: 'SET_PLAN_OPTION', value: {penLiftDuration: Number(e.target.value)}})}
/>
@@ -597,7 +597,7 @@ function PlanOptions({state}: {state: State}) {
dispatch({type: 'SET_PLAN_OPTION', value: {penDropDuration: Number(e.target.value)}})}
/>