From 4e5b1009686df4ba8c9acbb160a0dfc1984f2af4 Mon Sep 17 00:00:00 2001 From: Clayton Wilson Date: Wed, 4 Dec 2019 16:57:56 -0500 Subject: [PATCH] Fix merge issues and change layout of NavBar --- .../src/components/layout/NavBar.js | 7 +- twistter-frontend/src/pages/editProfile.js | 123 ++---------------- 2 files changed, 18 insertions(+), 112 deletions(-) diff --git a/twistter-frontend/src/components/layout/NavBar.js b/twistter-frontend/src/components/layout/NavBar.js index f1e1b4a..761db65 100644 --- a/twistter-frontend/src/components/layout/NavBar.js +++ b/twistter-frontend/src/components/layout/NavBar.js @@ -46,6 +46,11 @@ export class Navbar extends Component { Profile )} + {authenticated && ( + + )} {!authenticated && ( )} {authenticated && ( - )} diff --git a/twistter-frontend/src/pages/editProfile.js b/twistter-frontend/src/pages/editProfile.js index 27db7a1..1d1e3cc 100644 --- a/twistter-frontend/src/pages/editProfile.js +++ b/twistter-frontend/src/pages/editProfile.js @@ -283,122 +283,11 @@ export class editProfile extends Component { const id = open ? 'simple-popover' : undefined; return ( -// <<<<<<< dms -// -// -// -// -// Edit Profile -// -//
-// -// -// -// -// -// -// -// -// -// -// -// -// } -// label="Enable Direct Messages" -// /> -//

-// -//
-// ======= this.state.pageLoading ? : -// >>>>>>> master