Skip to content

Commit

Permalink
fix(i18n): locale is handled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasKandelborg committed Oct 27, 2020
1 parent e84dcd0 commit abdaaab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/UI/Layout/Drawer/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const MenuItem: React.FC<IMenuItemProps> = (props) => {
<MUI.ListItem
alignItems="center"
button
locale={false}
onClick={() => drawerToggle(false)}
component={MenuLink}
scroll
Expand Down

0 comments on commit abdaaab

Please sign in to comment.