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

Commit 6c074f7

Browse files
author
dpatanin
committed
remove error throw
1 parent 036ebb5 commit 6c074f7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/components/Sidebar.js

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

2521
return (

0 commit comments

Comments
 (0)