Skip to content
Snippets Groups Projects
Commit b3fb3012 authored by Orlando Piñero's avatar Orlando Piñero
Browse files

idk

parent e8bd009a
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,6 @@ class TopMenu extends Component {
render() {
let OpenUserManagementPageButton;
console.log(this.props.isAdmin)
if (this.props.isAdmin.isAdministrator) {
OpenUserManagementPageButton = <LinkContainer to="/userManagement" id="OpenUserManagementPageButton" onClick={this.handleUserManagementButtonAction}>
<Nav.Link>User-Management</Nav.Link>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment