mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-03 20:17:59 +00:00 
			
		
		
		
	Eslint prefer-const (#17864)
* adds prefer-const to eslint config and runs fixer * reverts unintended change
This commit is contained in:
		@@ -40,7 +40,7 @@ export default class KeyValueHeader extends Component {
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  get secretPath() {
 | 
			
		||||
    let crumbs = [];
 | 
			
		||||
    const crumbs = [];
 | 
			
		||||
    const root = this.args.root;
 | 
			
		||||
    const baseKey = this.args.baseKey?.display || this.args.baseKey?.id;
 | 
			
		||||
    const baseKeyModel = encodePath(this.args.baseKey?.id);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user