diff --git a/fe-app-podkop/src/podkop/tabs/diagnostic/initController.ts b/fe-app-podkop/src/podkop/tabs/diagnostic/initController.ts index 413da03..bbfff02 100644 --- a/fe-app-podkop/src/podkop/tabs/diagnostic/initController.ts +++ b/fe-app-podkop/src/podkop/tabs/diagnostic/initController.ts @@ -433,7 +433,7 @@ function renderDiagnosticSystemInfoWidget() { }; } - if (version !== `v${diagnosticsSystemInfo.podkop_latest_version}`) { + if (version !== `${diagnosticsSystemInfo.podkop_latest_version}`) { logger.debug( '[DIAGNOSTIC]', 'diagnosticsSystemInfo',