Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit f661e6b

Browse files
author
dpatanin
committed
Merge branch 'bugfix/v2-integrations-sidemenu' into feature/rework-navigation
2 parents 94ef910 + 1fb4c71 commit f661e6b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/Sidebar.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ const Sidebar = ({ categories = [], currentPathname }) => {
1616
}
1717
}
1818
}
19-
20-
throw new Error(
21-
`Could not find matching Category for path ${currentPathname}`
22-
);
19+
return null;
2320
});
2421

2522
return (

0 commit comments

Comments
 (0)