get dislikeStatus() {
    if (this.props.current && this.props.current.myReaction) {
      const {type} = this.props.current.myReaction
      if (type === "DISLIKE") return "active"
      if (type === "LIKE") return "inactive"