mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 01:14:12 +03:00
Update dependencies
This commit is contained in:
@@ -5,7 +5,7 @@ import { allUsersExceptCurrentSelector } from '../selectors';
|
||||
import { closeModal, deleteUser, updateUser } from '../actions/entry';
|
||||
import UsersModal from '../components/UsersModal';
|
||||
|
||||
const mapStateToProps = state => {
|
||||
const mapStateToProps = (state) => {
|
||||
const items = allUsersExceptCurrentSelector(state);
|
||||
|
||||
return {
|
||||
@@ -13,7 +13,7 @@ const mapStateToProps = state => {
|
||||
};
|
||||
};
|
||||
|
||||
const mapDispatchToProps = dispatch =>
|
||||
const mapDispatchToProps = (dispatch) =>
|
||||
bindActionCreators(
|
||||
{
|
||||
onUpdate: updateUser,
|
||||
|
||||
Reference in New Issue
Block a user