diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index ab5605ab..7a7c45cf 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -92,7 +92,7 @@ export const InterpretationLog = () => { scrollLogToBottom(); }, [log, scrollLogToBottom]); - const handleRadioChange = (event) => { + const handleRadioChange = (event: any) => { if (event.target.value === 'custom') { setCustomValue(''); // Clear previous custom value on selection }