diff --git a/src/Components/MenuBar.js b/src/Components/MenuBar.js index c614e3e092bbb2cf6117f47ecf99c31ab9df6fce..02b16e5197532d8f9bd92c8f9ee0dc040e02dad7 100644 --- a/src/Components/MenuBar.js +++ b/src/Components/MenuBar.js @@ -124,7 +124,7 @@ export default function MenuBar(props) { //If the user has the permisson of editor or admin, it will display to him/her //one more tab in the user area, the admin tab - if (state.userIsLoggedIn && (obj.id === 3 || obj.id === 7)) { + if (obj.id === 3 || obj.id === 7) { minhaArea.push( { name: "Perfil e Atividades", href: "/perfil", value: '0' }, { name: "Status e Conquistas", href: "/perfil", value: '1' },