Skip to content

Commit

Permalink
Fix #6510: remove unused code (#6511)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rekl0w authored May 1, 2024
1 parent 50fecc4 commit 5c3f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/breadcrumb/BreadCrumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const BreadCrumb = React.memo(
return url === lastPath ? 'page' : undefined;
};

const createHome = (index) => {
const createHome = () => {
const home = props.home;

if (home) {
Expand Down

0 comments on commit 5c3f21e

Please sign in to comment.