mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +08:00
Resolve linter issues
This commit is contained in:
@@ -36,7 +36,10 @@ const withData = withFragments({
|
||||
});
|
||||
|
||||
export default compose(
|
||||
connect(mapStateToProps, mapDispatchToProps),
|
||||
connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps
|
||||
),
|
||||
withAttachLocalAuth,
|
||||
withData,
|
||||
excludeIf(
|
||||
|
||||
Reference in New Issue
Block a user