mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-10-30 18:17:55 +00:00 
			
		
		
		
	Eslint prefer-const (#17864)
* adds prefer-const to eslint config and runs fixer * reverts unintended change
This commit is contained in:
		| @@ -44,8 +44,7 @@ export default Component.extend({ | ||||
|     this.updateHeight(); | ||||
|   }, | ||||
|   updateHeight: function () { | ||||
|     let height; | ||||
|     height = this.openTrigger | ||||
|     const height = this.openTrigger | ||||
|       ? this.element.querySelector('.confirm-overlay').clientHeight | ||||
|       : this.element.querySelector('.confirm').clientHeight; | ||||
|     this.set('height', height); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jordan Reimer
					Jordan Reimer