From d7e804c70b898424b51b195dc41dabb8bd80a3c1 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 30 Aug 2024 00:27:06 +0530 Subject: [PATCH] fix: whietspace --- src/components/molecules/InterpretationLog.tsx | 1 - 1 file changed, 1 deletion(-) 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); };