STEP-Pod-Capstone-Project / Capstone-Project

https://book-book-app.appspot.com
Apache License 2.0
4 stars 0 forks source link

Fix admin page #127

Closed steven-solar closed 4 years ago

steven-solar commented 4 years ago

After changing routes in the LeftSideBar in a recent PR, the AdminClubPage was not appropriately updated to use this.props.id instead of this.props.match.params.id and was not working. This PR fixes this issue.