From a0869da4a5acfadc992a6d43a267597883870992 Mon Sep 17 00:00:00 2001 From: Kirill Sobakin Date: Tue, 12 May 2026 09:34:56 +0300 Subject: [PATCH] fix/luci version --- fe-app-podkop/src/podkop/tabs/diagnostic/initController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',