mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Lint
This commit is contained in:
parent
e42b0a9972
commit
31889ecfad
1 changed files with 0 additions and 1 deletions
|
@ -186,7 +186,6 @@ export default React.createClass({
|
|||
content = _t("No backup found!");
|
||||
} else if (this.state.recoverInfo && this.state.recoverInfo.imported === 0) {
|
||||
title = _t("Error Restoring Backup");
|
||||
let failedToDecrypt;
|
||||
content = <div>
|
||||
<p>{_t(
|
||||
"Backup could not be decrypted with this key: " +
|
||||
|
|
Loading…
Reference in a new issue