From 01961365ad0eeabc313ffe315be630e182a05d65 Mon Sep 17 00:00:00 2001 From: ehao1 <70239675+ehao1@users.noreply.github.com> Date: Thu, 7 Jan 2021 00:04:34 -0500 Subject: [PATCH] Update Profile.js --- client/src/components/Profile/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (