mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-13 01:20:59 +00:00
pass isReceiveAddress to Input component to ignore readOnly styles
This commit is contained in:
parent
a94d949ad4
commit
5605f96770
@ -120,6 +120,7 @@ const AccountReceive = (props: Props) => {
|
||||
<Row>
|
||||
<Input
|
||||
type="text"
|
||||
isReceiveAddress
|
||||
readOnly
|
||||
autoSelect
|
||||
value={address}
|
||||
|
Loading…
Reference in New Issue
Block a user