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