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 statusDescription;
|
||||||
let extraDetailsTableRows;
|
let extraDetailsTableRows;
|
||||||
let extraDetails;
|
let extraDetails;
|
||||||
let actions = [];
|
const actions = [];
|
||||||
if (error) {
|
if (error) {
|
||||||
statusDescription = (
|
statusDescription = (
|
||||||
<div className="error">
|
<div className="error">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue