STEP-Pod-Capstone-Project / Capstone-Project

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

Refactor AdminClubPage getData() #131

Closed MauroGuerrero20 closed 4 years ago

MauroGuerrero20 commented 4 years ago

Refactor the function getData(), so that it only calls setState once. Right now is calling setState multiple time asynchronously, which could led to issues.