From feeb01b8c4552706c80e736837b9e4d87b6e6d42 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 29 Aug 2024 05:24:41 +0530 Subject: [PATCH] fix: whitespace --- src/components/molecules/InterpretationLog.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 3297d9d3..8abed4d9 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -102,8 +102,6 @@ export const InterpretationLog = () => { setCustomValue(event.target.value); }; - - useEffect(() => { socket?.on('log', handleLog); socket?.on('serializableCallback', handleSerializableCallback);