rwieruch / favesound-redux

🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
http://www.robinwieruch.de/the-soundcloud-client-in-react-redux/
1.59k stars 249 forks source link

correcting pathname check for menu items #26

Closed ryu047 closed 7 years ago

ryu047 commented 7 years ago

right now menu items are only displayed when pathname is '/browse', which may not be there by default. so, it's better to check if it is not one of the other pathnames.