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

Commit 1fb4c71

Browse files
author
dpatanin
committed
add null return
1 parent 6c074f7 commit 1fb4c71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/Sidebar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ const Sidebar = ({ categories = [], currentPathname }) => {
1616
}
1717
}
1818
}
19+
return null;
1920
});
2021

2122
return (

0 commit comments

Comments
 (0)