fix: -rm unused getList action

This commit is contained in:
karishmas6
2024-09-07 10:09:28 +05:30
parent 48ec26e0bf
commit 555737c488

View File

@@ -48,7 +48,6 @@ export const InterpretationLog = () => {
const logEndRef = useRef<HTMLDivElement | null>(null);
const { width } = useBrowserDimensionsStore();
const { getList } = useActionContext();
const toggleDrawer = (newOpen: boolean) => (event: React.KeyboardEvent | React.MouseEvent) => {
if (