diff --git a/src/components/CategoryPillComponent.tsx b/src/components/CategoryPillComponent.tsx index abe6aaf0..c22bbbb9 100644 --- a/src/components/CategoryPillComponent.tsx +++ b/src/components/CategoryPillComponent.tsx @@ -41,7 +41,7 @@ class CategoryPillComponent extends React.Component this.state.show && this.setState({ open: !this.state.open })}> + onClick={(e) => this.toggleOpen(e)}> @@ -58,7 +58,7 @@ class CategoryPillComponent extends React.Component this.vote(event, 1)}> + onClick={(e) => this.vote(e, 1)}> @@ -75,6 +75,14 @@ class CategoryPillComponent extends React.Component { event.stopPropagation(); if (this.state.segment) {