diff --git a/src/app/views/sidebar/history/History.tsx b/src/app/views/sidebar/history/History.tsx index ee487f4d1..f9e43ca49 100644 --- a/src/app/views/sidebar/history/History.tsx +++ b/src/app/views/sidebar/history/History.tsx @@ -136,7 +136,8 @@ export class History extends Component { const classes = classNames(this.props); return (
- + this.onViewQuery(props.item)} />
); };