mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +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)
|
||||
IconCopyButton(
|
||||
data: _transaction.address.value!.value,
|
||||
data: _transaction.otherData ?? "",
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue