diff --git a/quartz/components/OverflowList.tsx b/quartz/components/OverflowList.tsx index f68de2d55..2eaa5b068 100644 --- a/quartz/components/OverflowList.tsx +++ b/quartz/components/OverflowList.tsx @@ -1,11 +1,8 @@ import { JSX } from "preact" -const OverflowList = ({ - children, - ...props -}: JSX.HTMLAttributes & { id: string }) => { +const OverflowList = ({ children, ...props }: JSX.HTMLAttributes) => { return ( -