This commit is contained in:
Belen Curcio
2017-05-10 14:59:10 -03:00
parent 644d00d5d8
commit 2673de5059
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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} />;
}
}