diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 27bd3767..bffc8654 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -97,7 +97,6 @@ export const InterpretationLog = () => { setSelectedOption(event.target.value); }; - const handleCustomValueChange = (event: React.ChangeEvent) => { setCustomValue(event.target.value); };