diff --git a/src/components/Events/FeaturedDashboard.jsx b/src/components/Events/FeaturedDashboard.jsx index 6377fb4..9bf0b1e 100644 --- a/src/components/Events/FeaturedDashboard.jsx +++ b/src/components/Events/FeaturedDashboard.jsx @@ -21,7 +21,6 @@ const FeaturedDashboard = ({ const getEvents = async () => { try { - // const eventsData = await Backend.get('/events'); const eventsData = await Backend.get(`/data/unregistered/${user.id}`); setFeaturedEvents(eventsData.data.slice(0, numEvents)); } catch (err) {