From c0fd81a5f0fd5a61b92806cec6e8dbf15e9abd82 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Tue, 19 Aug 2025 21:49:06 +0200 Subject: [PATCH] fix: remove console warning (#1836) * fix: remove a console warning * fix: Adds id attribute to select element for accessibility Fixes label association by adding missing id attribute to the select dropdown, ensuring proper accessibility compliance and screen reader functionality. --- src/components/Common/SettingsTabs/index.tsx | 1 + src/components/PWAHeader/index.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Common/SettingsTabs/index.tsx b/src/components/Common/SettingsTabs/index.tsx index 22d5b948..fb7f13da 100644 --- a/src/components/Common/SettingsTabs/index.tsx +++ b/src/components/Common/SettingsTabs/index.tsx @@ -84,6 +84,7 @@ const SettingsTabs = ({ Select a Tab