mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Fix linting error
This commit is contained in:
parent
bbe2084f66
commit
6d1b1d9460
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ export default class SecureBackupPanel extends React.PureComponent {
|
|||
let statusDescription;
|
||||
let extraDetailsTableRows;
|
||||
let extraDetails;
|
||||
let actions = [];
|
||||
const actions = [];
|
||||
if (error) {
|
||||
statusDescription = (
|
||||
<div className="error">
|
||||
|
|
Loading…
Reference in a new issue