From 555737c488161d0063b6e0f0bec5da63b3093aac Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 7 Sep 2024 10:09:28 +0530 Subject: [PATCH] fix: -rm unused getList action --- 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 aa7a34df..c51c7115 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -48,7 +48,6 @@ export const InterpretationLog = () => { const logEndRef = useRef(null); const { width } = useBrowserDimensionsStore(); - const { getList } = useActionContext(); const toggleDrawer = (newOpen: boolean) => (event: React.KeyboardEvent | React.MouseEvent) => { if (