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:
@@ -122,7 +122,10 @@ const withAuthorNameFragments = withFragments({
|
||||
});
|
||||
|
||||
const enhance = compose(
|
||||
connect(mapStateToProps, mapDispatchToProps),
|
||||
connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps
|
||||
),
|
||||
withAuthorNameFragments
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user