From b292fce1a758f1aa6a50a93a288fd5e1e51331c9 Mon Sep 17 00:00:00 2001 From: naijwu Date: Mon, 2 Jun 2025 19:11:04 -0700 Subject: [PATCH] dummy commit --- components/sidebar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/sidebar.js b/components/sidebar.js index 53eafd96..acb98420 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 ( <>