mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 19:58:40 +08:00
lintin
This commit is contained in:
@@ -4,4 +4,4 @@ import withReaction from './withReaction';
|
||||
export default {
|
||||
withFragments,
|
||||
withReaction
|
||||
}
|
||||
};
|
||||
|
||||
@@ -36,7 +36,6 @@ export default reaction => WrappedComponent => {
|
||||
|
||||
const withReactionProps = {reactionSummary, count, alreadyReacted};
|
||||
|
||||
|
||||
return <WrappedComponent {...this.props} {...withReactionProps} />;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user