Alumni data was repeated and therefore the events data was not visible on the navbar.
To view events, login should not be required as this data is to be displayed to all visitors to the website.
In the frontend/src/pages/Alumni/index.tsx file, an extra line was deleted as it caused compilation errors due to prettier.
Additional context (OPTIONAL)
Checklist
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
[ ] I have updated the documentation accordingly.
[x] All new and existing tests passed.
[x] The title of my pull request is a short description of the requested changes.
Issue Number
fixes #61
Describe the changes you've made
Alumni data was repeated and therefore the events data was not visible on the navbar. To view events, login should not be required as this data is to be displayed to all visitors to the website.
In the frontend/src/pages/Alumni/index.tsx file, an extra line was deleted as it caused compilation errors due to prettier.
Additional context (OPTIONAL)
Checklist