Code-the-Change-YYC / hackathon-management-tool

1 stars 0 forks source link

Fixed admin navbar links #74

Closed hannagracec closed 2 months ago

hannagracec commented 2 months ago

The teams table page was stuck in an infinite loop due to the useEffect hook that depended on the filteredData. This led to an infinite re-render cycle and an unresponsive page (which is why the other navbar links weren't working). I fixed this by changing the dependencies array which prevents this whether or not data is present. I also added the new food ticket and hackathon reset links.