Updated on 2026-08-14
This commit is contained in:
parent
d3ae764d6e
commit
85703c8223
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ internal class TxHistoryItemStateConverter(
|
|||
title = item.extractTitle(),
|
||||
subtitle = item.extractSubtitle(),
|
||||
timestamp = item.timestampInMillis,
|
||||
onClick = { clickIntents.onVisaTransactionClick(item.txHash) },
|
||||
onClick = { clickIntents.onTransactionClick(item.txHash) },
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue