Querying by featured comments

This commit is contained in:
Belen Curcio
2017-07-13 15:30:06 -03:00
32 changed files with 191 additions and 105 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ export default (tag) => (WrappedComponent) => {
class WithTags extends React.Component {
postTag() {
postTag = () => {
const {comment, asset} = this.props;
this.props.addTag({
@@ -125,7 +125,7 @@ export default (tag) => (WrappedComponent) => {
});
}
deleteTag() {
deleteTag = () => {
const {comment, asset} = this.props;
this.props.removeTag({