This commit is contained in:
Belen Curcio
2017-09-12 15:09:11 -03:00
parent 7115d4c31f
commit 64be131047
5 changed files with 8 additions and 11 deletions
@@ -31,12 +31,12 @@ export class ModActionButton extends React.Component {
handleDeleteTag = () => {
this.props.deleteTag();
this.props.closeTooltip();
this.props.closeMenu();
}
handlePostTag = () => {
this.props.postTag();
this.props.closeTooltip();
this.props.closeMenu();
}
render() {