fix/luci version

This commit is contained in:
Kirill Sobakin
2026-05-12 09:34:56 +03:00
parent 23ac3a8d12
commit a0869da4a5

View File

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