From 263a8ad0d01d5b35b2a6c5f8bb9bdaf2a0493702 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Wed, 31 Dec 2025 12:46:46 +0900 Subject: [PATCH] [Chore] Remove unnecessary label for ui checking. --- .../connection_check_button/ConnectionCheckButton.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src-ui/views/app/config_page/setting_section/setting_box/_components/connection_check_button/ConnectionCheckButton.jsx b/src-ui/views/app/config_page/setting_section/setting_box/_components/connection_check_button/ConnectionCheckButton.jsx index 075a0e10..1dfb3251 100644 --- a/src-ui/views/app/config_page/setting_section/setting_box/_components/connection_check_button/ConnectionCheckButton.jsx +++ b/src-ui/views/app/config_page/setting_section/setting_box/_components/connection_check_button/ConnectionCheckButton.jsx @@ -10,7 +10,6 @@ export const ConnectionCheckButton = (props) => { return (
{label}
-{`UI Status: ${props.state}`}