mirror of
https://github.com/wassname/talk.git
synced 2026-08-02 13:10:23 +08:00
Resolve linter issues
This commit is contained in:
@@ -13,7 +13,10 @@ const mapDispatchToProps = dispatch =>
|
||||
);
|
||||
|
||||
const enhance = compose(
|
||||
connect(null, mapDispatchToProps),
|
||||
connect(
|
||||
null,
|
||||
mapDispatchToProps
|
||||
),
|
||||
withTags('featured')
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user