Merge pull request #873 from Safelite/CSR-974-remove-unneeded-code

Remove unneeded mounted.
This commit is contained in:
bmauger 2022-12-13 13:53:18 -05:00 committed by GitHub
commit f20b765b3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,9 +55,6 @@ export default {
this.isLoaderDisplayed = false;
},
},
mounted() {
this.isLoaderDisplayed = false;
},
components: {
loader,
},