Fix routing issues. Fix panel layout.
This commit is contained in:
@@ -195,7 +195,6 @@ export class Users extends Component {
|
||||
@autobind
|
||||
handleRemoveModalDismiss(yes) {
|
||||
if (yes) {
|
||||
// TODO: Pass the _id back from the dialog input data
|
||||
const selectedUserId = this.state.selectedUser._id
|
||||
const selectedIndex = this.state.users.findIndex((user) => (user._id === selectedUserId))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user