- Linting... Prettier...
This commit is contained in:
@@ -5,7 +5,10 @@ import { login } from '../../actions/profile.js';
|
||||
import LocalLogin from './LocalLogin.js';
|
||||
|
||||
const mapDispatchToProps = (dispatch) => ({
|
||||
doLoginAction: (username, password) => dispatch(login(username, password)),
|
||||
doLoginAction: (username, password) => dispatch(login(username, password)),
|
||||
});
|
||||
|
||||
export default connect(null, mapDispatchToProps)(LocalLogin);
|
||||
export default connect(
|
||||
null,
|
||||
mapDispatchToProps,
|
||||
)(LocalLogin);
|
||||
|
||||
Reference in New Issue
Block a user