ShowConnections: Remove "(click to copy/open)" from tooltip (#1041)

main
Đỗ Văn Hoài Tuân 1 year ago committed by GitHub
parent 84371ed456
commit 8813f81bde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 =>

Loading…
Cancel
Save