Skip to content

Commit

Permalink
fix(dcellar-web-ui): copy address error (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl authored Nov 6, 2023
1 parent 3284349 commit 4e9918a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const renderAddressWithLink = (
) => {
return (
<LoadingAdaptor loading={!address} empty={false}>
<CopyText value={formatAddress(address)} gaClickName={gaCopyClickName}>
<CopyText value={address} gaClickName={gaCopyClickName}>
<GAClick name={gaClickName}>
<Link
target="_blank"
Expand Down

0 comments on commit 4e9918a

Please sign in to comment.