Cleanup autocomplete
This commit is contained in:
parent
e173900808
commit
884abbd7e9
8 changed files with 28 additions and 24 deletions
|
@ -54,10 +54,7 @@ export default class AutocompleteProvider {
|
|||
}
|
||||
|
||||
renderCompletions(completions: [React.Component]): ?React.Component {
|
||||
return (
|
||||
<div>
|
||||
{completions}
|
||||
</div>
|
||||
);
|
||||
console.error('stub; should be implemented in subclasses');
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue