From 8813f81bdecabb4e7e7cfabd87ed3b13a20db0d7 Mon Sep 17 00:00:00 2001 From: Đỗ Văn Hoài Tuân Date: Thu, 4 May 2023 17:47:59 -0700 Subject: ShowConnections: Remove "(click to copy/open)" from tooltip (#1041) --- src/plugins/showConnections/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/showConnections/index.tsx b/src/plugins/showConnections/index.tsx index 7c0a46a..3c7c949 100644 --- a/src/plugins/showConnections/index.tsx +++ b/src/plugins/showConnections/index.tsx @@ -120,7 +120,7 @@ function CompactConnectionComponent({ connection, theme }: { connection: Connect return ( {tooltipProps => -- cgit