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:
@@ -52,5 +52,8 @@ export default ({ sortBy = 'created_at', sortOrder = 'DESC', label }) =>
|
||||
);
|
||||
}
|
||||
}
|
||||
return connect(mapStateToProps, mapDispatchToProps)(WithSortOption);
|
||||
return connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps
|
||||
)(WithSortOption);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user