From a2d91cd1b8e991cf45f2117950a8c1a738e3b166 Mon Sep 17 00:00:00 2001 From: carkom Date: Thu, 18 Jan 2024 11:07:46 +0000 Subject: [PATCH] revert AnchorLink --- packages/desktop-client/src/components/common/AnchorLink.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/desktop-client/src/components/common/AnchorLink.tsx b/packages/desktop-client/src/components/common/AnchorLink.tsx index 534973a7cd2..5defecba686 100644 --- a/packages/desktop-client/src/components/common/AnchorLink.tsx +++ b/packages/desktop-client/src/components/common/AnchorLink.tsx @@ -10,7 +10,6 @@ type AnchorLinkProps = { style?: CSSProperties; activeStyle?: CSSProperties; children?: ReactNode; - report?: []; }; export function AnchorLink({ @@ -18,14 +17,12 @@ export function AnchorLink({ style, activeStyle, children, - report, }: AnchorLinkProps) { const match = useMatch({ path: to }); return (