diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx index 63bab433..563a8832 100644 --- a/client/components/Nav.jsx +++ b/client/components/Nav.jsx @@ -40,7 +40,7 @@ function Nav(props) { } })()} {(() => { // eslint-disable-line - if (props.project.id) { + if (props.project.id && props.user.authenticated) { return (