diff options
Diffstat (limited to 'src/plugins/showConnections/index.tsx')
-rw-r--r-- | src/plugins/showConnections/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( <Tooltip - text={`${connection.name}${!connection.verified ? " (unverified)" : ""} (click to ${url ? "open" : "copy"})`} + text={`${connection.name}${!connection.verified ? " (unverified)" : ""}`} key={connection.id} > {tooltipProps => |