diff --git a/dev-portal/src/components/NavBar.jsx b/dev-portal/src/components/NavBar.jsx
index 5b2873166..f60c9c37f 100755
--- a/dev-portal/src/components/NavBar.jsx
+++ b/dev-portal/src/components/NavBar.jsx
@@ -22,6 +22,7 @@ import { fragments } from 'services/get-fragments'
// components
import MenuLink from 'components/MenuLink'
+import { store } from 'services/state'
function getCognitoUrl (type) {
const redirectUri = getLoginRedirectUrl()
@@ -31,6 +32,7 @@ function getCognitoUrl (type) {
export const NavBar = observer(
class NavBar extends React.Component {
render () {
+ const email = store.user && store.user.email
return