fix/luci version

This commit is contained in:
Kirill Sobakin
2026-05-12 09:35:11 +03:00
parent a0869da4a5
commit c37ea6a4d3

View File

@@ -4286,7 +4286,7 @@ function renderDiagnosticSystemInfoWidget() {
value: version
};
}
if (version !== `v${diagnosticsSystemInfo.podkop_latest_version}`) {
if (version !== `${diagnosticsSystemInfo.podkop_latest_version}`) {
logger.debug(
"[DIAGNOSTIC]",
"diagnosticsSystemInfo",