STEP-Pod-Capstone-Project / Capstone-Project

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

Club Page no data behavior #128

Closed steven-solar closed 4 years ago

steven-solar commented 4 years ago

This PR fixes the club rendering in the case that there are no members, no book or no assignments. Currently, as short circuiting uses clauses like this.state.members.length && <____>, in the case that there were no members/assignments/book it would render a "0". This PR changes this behavior so it outputs useful text instead.

Screenshot 2020-08-03 at 1 33 10 PM