You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
fix lint
This commit is contained in:
@@ -132,8 +132,7 @@ export default class CommandProvider extends AutocompleteProvider {
|
||||
let results;
|
||||
if (command[0] == '/') {
|
||||
results = COMMANDS;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
results = this.matcher.match(command[0]);
|
||||
}
|
||||
completions = results.map((result) => {
|
||||
|
||||
Reference in New Issue
Block a user