Skip to content

Commit

Permalink
fix clicking token tx address in table
Browse files Browse the repository at this point in the history
  • Loading branch information
myrho committed Dec 15, 2023
1 parent c173ea8 commit fab304b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Graph/Table/TxsAccountTable.elm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ config vc coinCode =
let
toMsg field data =
UserClickedAddressInTable
{ currency = data.currency
{ currency = coinCode
, address = field data
}
in
Expand Down

0 comments on commit fab304b

Please sign in to comment.