MykelAllan / MiniProjects

1 stars 0 forks source link

No conditional rendering #8

Open MashdorDev opened 10 months ago

MashdorDev commented 10 months ago

Part of the mini-project is to conditional render info for the user, and this one doesn't have it; please update it to have and resubmit.

as well #7 and embed the climate code into the readme file do not send it on blackboard as it needs to be in the read me file

https://github.com/MykelAllan/MiniProjects/blob/38b8b33dc735a30fefcd0f296e4ffcfc8a806eff/frontend/src/App.js#L1-L50

MykelAllan commented 10 months ago

oh yeah sir so the conditional rendering for this part is inside the DisplayUsers component.

so the conditional is if users length is greater than zero it will show the users, and if not it will render "No Users to Show".

so let me know if I could close this issue now.