diff --git a/next/package.json b/next/package.json index 1056dd49a1..dc9cad5a9c 100644 --- a/next/package.json +++ b/next/package.json @@ -26,7 +26,6 @@ "@splinetool/react-spline": "^2.2.6", "@tailwindcss/forms": "^0.5.3", "@tanstack/react-query": "^4.29.14", - "@tanstack/react-table": "^8.9.3", "@trpc/client": "^10.21.1", "@trpc/next": "^10.21.1", "@trpc/react-query": "^10.21.1", diff --git a/next/src/components/drawer/LeftSidebar.tsx b/next/src/components/drawer/LeftSidebar.tsx index 568af4e290..0b68bfa3f9 100644 --- a/next/src/components/drawer/LeftSidebar.tsx +++ b/next/src/components/drawer/LeftSidebar.tsx @@ -86,17 +86,14 @@ const LeftSidebar = ({ show, setShow, onReload }: DisplayProps & { onReload?: ()