Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Aug 13, 2024
1 parent 303ef5c commit 4a5db9f
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, activeKeys,
routes, className, activeKeys, pathname,
}) => {

const router = useRouter();
Expand Down

0 comments on commit 4a5db9f

Please sign in to comment.