mirror of
https://github.com/wassname/talk.git
synced 2026-08-13 12:40:11 +08:00
Resolve linter issues
This commit is contained in:
@@ -6,4 +6,7 @@ import GoogleButton from '../components/GoogleButton';
|
||||
const mapDispatchToProps = dispatch =>
|
||||
bindActionCreators({ onClick: loginWithGoogle }, dispatch);
|
||||
|
||||
export default connect(null, mapDispatchToProps)(GoogleButton);
|
||||
export default connect(
|
||||
null,
|
||||
mapDispatchToProps
|
||||
)(GoogleButton);
|
||||
|
||||
Reference in New Issue
Block a user