mirror of
https://github.com/wassname/talk.git
synced 2026-08-10 12:41:02 +08:00
Resolve linter issues
This commit is contained in:
@@ -23,4 +23,7 @@ const mapDispatchToProps = dispatch =>
|
||||
dispatch
|
||||
);
|
||||
|
||||
export default connect(mapStateToProps, mapDispatchToProps)(OffTopicFilter);
|
||||
export default connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps
|
||||
)(OffTopicFilter);
|
||||
|
||||
Reference in New Issue
Block a user