maxlemieux / quokka

Project 3 "Quokka"
MIT License
0 stars 2 forks source link

User Favorites needs to change when user logs in or out. #51

Closed maxlemieux closed 4 years ago

maxlemieux commented 4 years ago

User Favorites needs to change when user logs in or out.

Right now it still shows guest favorites after you log in a user, and user favorites after you log out to gues.

maxlemieux commented 4 years ago

This is fixed in master. The key was moving the favorites state up out to a parent component and passing it into a Favorites component as a prop..