Skip to content

Commit

Permalink
Fix sidebar items not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
KenanYusuf committed Jan 2, 2024
1 parent 0926384 commit 3148037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/partials/sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const defaultProps = {
}

const Sidebar = (_props) => {
const props = {...defaultProps,_props}
const props = {...defaultProps, ..._props}
const { className, content, onCloseClick } = props
const location = useLocation();
const [filteredResults, setFilteredResults] = useState(content);
Expand Down

0 comments on commit 3148037

Please sign in to comment.