Skip to content

Commit

Permalink
[rc] feat: add title to Hash when trimmed
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinMJ committed Dec 6, 2024
1 parent bf8a9e4 commit e84f26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/genesys/packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@peersyst/react-components",
"author": "Peersyst",
"version": "3.9.43",
"version": "3.9.44",
"license": "MIT",
"main": "./src/index.tsx",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const Hash = (props: HashProps): JSX.Element => {
className={clsx("Hash", className)}
style={style}
ref={rowRef}
title={isAutoLength && autoLength < hash.length ? hash : undefined}
>
<HashWrapper
ref={hashRef}
Expand Down

0 comments on commit e84f26e

Please sign in to comment.