Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 683f2ca

Browse files
authored
Merge pull request #734 from trey-wallis/dev
fix: resolve build error Former-commit-id: 4f5009e
2 parents 9eba5f4 + b007a5c commit 683f2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/loom-app/app/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function App() {
5353
} = useLoomState();
5454

5555
const tableRef = React.useRef<VirtuosoHandle | null>(null);
56-
const { onRequestCloseTop, topMenu } = useMenuOperations();
56+
const { onRequestCloseTop } = useMenuOperations();
5757

5858
useExportEvents(loomState);
5959
useRowEvents();

0 commit comments

Comments
 (0)