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

Commit 5a966ac

Browse files
author
dpatanin
committed
fix error
1 parent b296c55 commit 5a966ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Sidebar = ({ categories = [], currentPathname }) => {
2222
return (
2323
<nav className="sidebar">
2424
{categories.map(({ categoryName, entries }) => (
25-
<Fragment key={categoryName}></Fragment>
25+
<Fragment key={categoryName}>
2626
<Collapsible
2727
className="sidebar-category"
2828
openedClassName="sidebar-category"

0 commit comments

Comments
 (0)