Skip to content

Commit f6342da

Browse files
committed
Fix double navigation
1 parent 466a43d commit f6342da

File tree

1 file changed

+0
-1
lines changed
  • site/src/components/Navbar/AdminDropdown

1 file changed

+0
-1
lines changed

site/src/components/Navbar/AdminDropdown/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export const AdminDropdown: React.FC = () => {
8484
variant="narrow"
8585
onClick={() => {
8686
onClose()
87-
navigate(entry.path)
8887
}}
8988
/>
9089
))}

0 commit comments

Comments
 (0)