Skip to content

Commit

Permalink
Change music player to protected route
Browse files Browse the repository at this point in the history
  • Loading branch information
avvazana committed Dec 6, 2018
1 parent 8324142 commit aad7003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const App = () => {
<ProtectedRoute exact path="/collection/playlists/:playlistId" component={PlaylistShowContainer}/>
<Route exact path="/" component={SplashContainer}/>
<ProtectedRoute path="/" component={NavBarContainer}/>
<MusicPlayer/>
<ProtectedRoute path="/" component={MusicPlayer}/>
</div>
);
};
Expand Down

0 comments on commit aad7003

Please sign in to comment.