mirror of
https://github.com/wassname/talk.git
synced 2026-08-19 12:40:16 +08:00
Querying by featured comments
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user