From 747aabef0a2c0a5946f134d5db80a84e609a2d3a Mon Sep 17 00:00:00 2001 From: proddy Date: Tue, 22 Oct 2024 17:26:30 +0200 Subject: [PATCH] comments --- interface/src/app/settings/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/app/settings/Settings.tsx b/interface/src/app/settings/Settings.tsx index e40c55ed7..57c902489 100644 --- a/interface/src/app/settings/Settings.tsx +++ b/interface/src/app/settings/Settings.tsx @@ -40,7 +40,7 @@ const Settings = () => { immediate: false }); - // get installed version + // call checkUpgrade with no param to fetch EMS-ESP version const { data } = useRequest(() => callAction({ action: 'checkUpgrade' }), { initialData: { emsesp_version: '...' } });