diff --git a/components/sidebar.js b/components/sidebar.js index 53eafd9..acb9842 100644 --- a/components/sidebar.js +++ b/components/sidebar.js @@ -150,7 +150,6 @@ export default ({ hackathons, currentPath }) => { setShowSidebar(!showSidebar) } - // Separate "www" from hackathons const hackathonList = hackathons.filter(id => id !== 'www') return ( <>