mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
Eslint prefer-const (#17864)
* adds prefer-const to eslint config and runs fixer * reverts unintended change
This commit is contained in:
@@ -41,7 +41,7 @@ export default class InfoTableRowComponent extends Component {
|
||||
}
|
||||
|
||||
get valueIsEmpty() {
|
||||
let { value } = this.args;
|
||||
const { value } = this.args;
|
||||
if (typeOf(value) === 'array' && value.length === 0) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user