diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 29ad7da0..b6ff103f 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -98,7 +98,7 @@ export const InterpretationLog = () => { } }; - const handleCustomInputChange = (event) => { + const handleCustomInputChange = (event: any) => { setCustomValue(event.target.value); };