diff --git a/gui/velociraptor/src/components/users/user-label.jsx b/gui/velociraptor/src/components/users/user-label.jsx index 4c212b62cf..4a42d72387 100644 --- a/gui/velociraptor/src/components/users/user-label.jsx +++ b/gui/velociraptor/src/components/users/user-label.jsx @@ -9,7 +9,6 @@ import PropTypes from 'prop-types'; import ButtonGroup from 'react-bootstrap/ButtonGroup'; import Button from 'react-bootstrap/Button'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; - import { withRouter } from "react-router-dom"; import Accordion from 'react-bootstrap/Accordion'; @@ -223,7 +222,6 @@ class UserSettingsDialog extends React.PureComponent { } render() { - return ( - this.changeOrg(e.currentTarget.value)}> - {_.map(this.context.traits.orgs || [], function(x) { - return ; - })} - +