From a9ace2138133c482953e5fd72a5721d5d4230795 Mon Sep 17 00:00:00 2001 From: Ali Shakiba Date: Sun, 12 May 2024 04:48:57 +0330 Subject: [PATCH] Fix outline urls, remove path from outline links (#157) --- src/app/components/Outline.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/components/Outline.tsx b/src/app/components/Outline.tsx index 106bc46a..cf9024a5 100644 --- a/src/app/components/Outline.tsx +++ b/src/app/components/Outline.tsx @@ -201,8 +201,6 @@ function Items({ onClickItem?: () => void setActiveId: (id: string) => void }) { - const { pathname } = useLocation() - return (