Skip to content

Commit ba3151f

Browse files
committed
#3875 fix from review
1 parent 2bcdb53 commit ba3151f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/layouts/Sidebar/NavPageLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const NavPageLink: React.FC<NavPageLinkItemProps> = ({
4848
return (
4949
<Box
5050
onMouseEnter={onSubmenuHover}
51-
onClick={() => route && history.push(route)}
51+
onClick={() => history.push(route)}
5252
sx={{
5353
textDecoration: 'none',
5454
color: theme.palette.text.primary,

0 commit comments

Comments
 (0)