Merge pull request #13041 from home-assistant/Fix-About-Page

This commit is contained in:
Zack Barett 2022-06-29 17:50:43 -05:00 committed by GitHub
commit b633067e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ import { haStyle } from "../../../resources/styles";
import type { HomeAssistant, Route } from "../../../types";
import { documentationUrl } from "../../../util/documentation-url";
const JS_TYPE = __BUILD__;
const JS_VERSION = __VERSION__;
const PAGES: Array<{
@ -132,7 +133,9 @@ class HaConfigInfo extends LitElement {
${this.hass.localize(
"ui.panel.config.info.frontend_version",
"version",
JS_VERSION
JS_VERSION,
"type",
JS_TYPE
)}
</span>
</div>