Skip to content

Commit

Permalink
feat(smart contract): add tip after click button copy address
Browse files Browse the repository at this point in the history
  • Loading branch information
quanpt-orai committed Sep 17, 2024
1 parent 1d48386 commit 98d7056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SmartContract/ContractPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const HeaderCardSkeleton = ({ data }) => {
{
data?.address ? (
copied ? (
<Tooltip title="Copied" classes={{ tooltip: classes.customWidth }}>
<Tooltip title="Copied" classes={{ tooltip: classes.customWidth }} enterTouchDelay={0}>
<CheckIcon />
</Tooltip>
) : (
Expand Down

0 comments on commit 98d7056

Please sign in to comment.