add copy button to wallet address, fixes #875
This commit is contained in:
parent
5617b86d0e
commit
1d67f8df9c
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ Web UI version numbers should always match the corresponding version of LBRY App
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
*
|
* Added copy address button to the Wallet Address component on Send / Receive (#875)
|
||||||
*
|
*
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -21,7 +21,7 @@ class WalletAddress extends React.PureComponent {
|
||||||
"Use this wallet address to receive credits sent by another user (or yourself)."
|
"Use this wallet address to receive credits sent by another user (or yourself)."
|
||||||
)}
|
)}
|
||||||
</p>
|
</p>
|
||||||
<Address address={receiveAddress} />
|
<Address address={receiveAddress} showCopyButton />
|
||||||
</div>
|
</div>
|
||||||
<div className="card__actions">
|
<div className="card__actions">
|
||||||
<Link
|
<Link
|
||||||
|
|
Loading…
Reference in a new issue