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