mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 13:14:32 +00:00
fix onchain note copy button bug
This commit is contained in:
parent
6695278957
commit
0f1c1d21ad
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ class _TransactionDetailsViewState
|
||||||
),
|
),
|
||||||
if (isDesktop)
|
if (isDesktop)
|
||||||
IconCopyButton(
|
IconCopyButton(
|
||||||
data: _transaction.address.value!.value,
|
data: _transaction.otherData ?? "",
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue