mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 20:14:40 +00:00
copy full address when signing tx
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
06f0ee877b
commit
d3c5b9e948
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
(defn contact-item [title contact]
|
(defn contact-item [title contact]
|
||||||
[copyable-text/copyable-text-view
|
[copyable-text/copyable-text-view
|
||||||
{:copied-text (displayed-name contact)}
|
{:copied-text (:address contact)}
|
||||||
[quo/list-item
|
[quo/list-item
|
||||||
{:title title
|
{:title title
|
||||||
:title-prefix-width 45
|
:title-prefix-width 45
|
||||||
|
Loading…
x
Reference in New Issue
Block a user