Merge pull request #218 from JustinReact/bugfix/remove-bad-var

Removed bad variable inside browser.src
This commit is contained in:
Phillip 2023-11-03 16:19:14 +02:00 committed by GitHub
commit 336cdfe6a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ class WebBrowser extends LitElement {
else { else {
identifier = null identifier = null
} }
}extractComponents }
const components = {} const components = {}
components["service"] = service components["service"] = service
components["name"] = name components["name"] = name