You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Appease the linter
This commit is contained in:
@@ -53,7 +53,7 @@ export class IntegrationManagerInstance {
|
|||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
let newProps = {};
|
const newProps = {};
|
||||||
try {
|
try {
|
||||||
await client.connect();
|
await client.connect();
|
||||||
if (!client.hasCredentials()) {
|
if (!client.hasCredentials()) {
|
||||||
@@ -68,7 +68,7 @@ export class IntegrationManagerInstance {
|
|||||||
}
|
}
|
||||||
|
|
||||||
console.error(e);
|
console.error(e);
|
||||||
props["connected"] = false;
|
newProps["connected"] = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close the old dialog and open a new one
|
// Close the old dialog and open a new one
|
||||||
@@ -78,4 +78,4 @@ export class IntegrationManagerInstance {
|
|||||||
newProps, 'mx_IntegrationsManager',
|
newProps, 'mx_IntegrationsManager',
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user