Fix linting error
parent
bbe2084f66
commit
6d1b1d9460
|
@ -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…
Reference in New Issue