diff --git a/client/src/components/Profile/Profile.js b/client/src/components/Profile/Profile.js index ce29c39..e42ddab 100644 --- a/client/src/components/Profile/Profile.js +++ b/client/src/components/Profile/Profile.js @@ -82,7 +82,7 @@ export default function Profile(props) { function renderNavbar() { if (props.allowView && props.allowEdit) { - return ; + return ; } else if (props.allowEdit && !props.allowView) { return (