mirror of
https://github.com/wassname/talk.git
synced 2026-08-08 11:28:12 +08:00
Enable Linting
This commit is contained in:
@@ -18,7 +18,7 @@ const mapStateToProps = ({auth}) => ({
|
||||
loggedIn: auth.toJS().loggedIn
|
||||
});
|
||||
|
||||
const mapDispatchToProps = dispatch =>
|
||||
const mapDispatchToProps = (dispatch) =>
|
||||
bindActionCreators({showSignInDialog}, dispatch);
|
||||
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(SignInButton);
|
||||
|
||||
Reference in New Issue
Block a user