STEP-Pod-Capstone-Project / Capstone-Project

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

ClubPage elements inline instead of in variables used inside the Render method #141

Open antoniolinhart opened 4 years ago

antoniolinhart commented 4 years ago

Currently variables at the top of the render function in ClubPage like owner and member serve to save the UserCards to be used as variables later in the actual render JSX. It would be easier to understand if they were located inline, since they are only used once