fix/literal

This commit is contained in:
Kirill Sobakin
2026-05-12 10:04:09 +03:00
parent c37ea6a4d3
commit fc9cf79221
2 changed files with 2 additions and 2 deletions

View File

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

View File

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