Skip to content

Commit

Permalink
remove unnecessary prop
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Aug 12, 2024
1 parent 9e3f38b commit 9b92e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/web/src/layouts/base/header/BigScreenMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ interface Props {
}

export const BigScreenMenu: React.FC<Props> = ({
routes, className, pathname, activeKeys,
routes, className, activeKeys,
}) => {

const router = useRouter();
Expand Down

0 comments on commit 9b92e0a

Please sign in to comment.