From c0a108a13295137cd57c5783fea613ffb57ffaf9 Mon Sep 17 00:00:00 2001 From: "A.Shakhmatov" Date: Wed, 11 Feb 2026 21:44:01 +0300 Subject: [PATCH] fix: remove duplicate color dot from connection selector trigger SelectValue already renders the color dot from the selected item, so the explicit one in the trigger was redundant. Co-Authored-By: Claude Opus 4.6 --- src/components/connections/ConnectionSelector.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/components/connections/ConnectionSelector.tsx b/src/components/connections/ConnectionSelector.tsx index 6462b07..e64066e 100644 --- a/src/components/connections/ConnectionSelector.tsx +++ b/src/components/connections/ConnectionSelector.tsx @@ -22,23 +22,13 @@ export function ConnectionSelector() { ); } - const activeConn = connectedList.find((c) => c.id === activeConnectionId); - return (