Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created April 27, 2020 20:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/ae4b543bed01a521f9808b23ef140e4f to your computer and use it in GitHub Desktop.
Save Porter97/ae4b543bed01a521f9808b23ef140e4f to your computer and use it in GitHub Desktop.
#...
const LoggedInView = props => {
if (props.currentUser) {
return (
#...
<li className='nav-item'>
<Link to="/collection-editor" className="nav-link">
New Collection
</Link>
</li>
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment