Merge branch 'main' into feature
This commit is contained in:
1654
openapi.json
Normal file
1654
openapi.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -46,7 +46,7 @@ import { useAuthModal } from '../../contexts/AuthModalContext';
|
|||||||
const NavItems = ({ isAuthenticated, user }) => {
|
const NavItems = ({ isAuthenticated, user }) => {
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
if (isAuthenticated && user) {
|
if (!isAuthenticated && !user) {
|
||||||
return (
|
return (
|
||||||
<HStack spacing={8}>
|
<HStack spacing={8}>
|
||||||
<Menu>
|
<Menu>
|
||||||
|
|||||||
Reference in New Issue
Block a user