Skip to content

Commit

Permalink
added copied tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulnr7 committed Sep 9, 2024
1 parent df2c3ca commit 197e433
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion apps/wallet-mobile/src/legacy/Dashboard/StakePoolInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const StakePoolInfo = ({stakePoolId}: {stakePoolId: string}) => {
{stakePoolId}
</Text>

<CopyButton value={stakePoolId} />
<CopyButton value={stakePoolId} message={strings.copied} />
</View>
</View>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": {
"line": 128,
"column": 9,
"index": 3609
"index": 3634
},
"end": {
"line": 131,
"column": 3,
"index": 3730
"index": 3755
}
},
{
Expand All @@ -21,12 +21,12 @@
"start": {
"line": 132,
"column": 11,
"index": 3743
"index": 3768
},
"end": {
"line": 137,
"column": 3,
"index": 3978
"index": 4003
}
},
{
Expand All @@ -36,12 +36,12 @@
"start": {
"line": 138,
"column": 26,
"index": 4006
"index": 4031
},
"end": {
"line": 141,
"column": 3,
"index": 4141
"index": 4166
}
},
{
Expand All @@ -51,12 +51,12 @@
"start": {
"line": 142,
"column": 10,
"index": 4153
"index": 4178
},
"end": {
"line": 145,
"column": 3,
"index": 4262
"index": 4287
}
},
{
Expand All @@ -66,12 +66,12 @@
"start": {
"line": 146,
"column": 15,
"index": 4279
"index": 4304
},
"end": {
"line": 149,
"column": 3,
"index": 4398
"index": 4423
}
}
]

0 comments on commit 197e433

Please sign in to comment.