diff --git a/packages/plugin-outline-pane/src/views/filter.tsx b/packages/plugin-outline-pane/src/views/filter.tsx index 18153dd24..67c84fa3d 100644 --- a/packages/plugin-outline-pane/src/views/filter.tsx +++ b/packages/plugin-outline-pane/src/views/filter.tsx @@ -88,7 +88,11 @@ export default class Filter extends Component { onChange={this.handleOptionChange} > {FILTER_OPTIONS.map((op) => ( - + {op.label} ))}