Skip to content

Commit

Permalink
fix: unable to copy FP public key if it's not a registered one
Browse files Browse the repository at this point in the history
  • Loading branch information
totraev committed Sep 5, 2024
1 parent ac2bbd0 commit e6f6f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Hash/Hash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const Hash: React.FC<HashProps> = ({
<div
className={`inline-flex min-h-[25px] cursor-pointer items-center ${
!noFade && "opacity-50"
} hover:opacity-100`}
} hover:opacity-100 pointer-events-auto`}
onClick={handleCopy}
>
<p
Expand Down

0 comments on commit e6f6f9b

Please sign in to comment.