mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 17:23:21 +03:00
Add email and password change functionality for a current user, remove deep compare hooks
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import React, { useCallback } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import {
|
||||
Button, Modal, Table,
|
||||
} from 'semantic-ui-react';
|
||||
import { Button, Modal, Table } from 'semantic-ui-react';
|
||||
|
||||
import AddUserPopupContainer from '../../containers/AddUserPopupContainer';
|
||||
import Item from './Item';
|
||||
|
||||
Reference in New Issue
Block a user