Skip to content

Commit

Permalink
remove documentation redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
MooKorea committed Oct 30, 2023
1 parent ac7f07b commit b61a9da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/assets/pages/documentation/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export default function Sidebar() {
});
//navigate to first item
firstItem = itemArr[0].props.values.slice(0, -3)
navigate(firstItem);
setItems(itemArr);
})();
}, []);
Expand Down

0 comments on commit b61a9da

Please sign in to comment.