Skip to content

Commit

Permalink
Add missing expression
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeriHermans committed Nov 7, 2022
1 parent 2f21007 commit f21053a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/page-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const Menu: React.VoidFunctionComponent<{ className: string }> = ({
const { pathname } = useRouter();
const { t } = useTranslation("common");
return (
<div></div>
);
};

Expand Down

0 comments on commit f21053a

Please sign in to comment.