mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-07 21:26:13 +02:00
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
f160a308b4
commit
f299f7e092
@ -164,9 +164,11 @@ export default class UserProvider extends AutocompleteProvider {
|
||||
}
|
||||
|
||||
renderCompletions(completions: [React.Component]): ?React.Component {
|
||||
return <div className="mx_Autocomplete_Completion_container_pill" role="listbox" aria-label={_t("User Autocomplete")}>
|
||||
{ completions }
|
||||
</div>;
|
||||
return (
|
||||
<div className="mx_Autocomplete_Completion_container_pill" role="listbox" aria-label={_t("User Autocomplete")}>
|
||||
{ completions }
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
shouldForceComplete(): boolean {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user