Skip to content

Commit

Permalink
sender added to tx page (MystenLabs#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibz1 authored May 5, 2022
1 parent 00e4885 commit 1dac678
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,16 @@ function formatByTransactionKind(
value: publish.modules,
list: true,
},
...(data.sender
? [
{
label: 'Sender ',
value: data.sender,
link: true,
category: 'addresses',
},
]
: []),
];
default:
return [];
Expand Down

0 comments on commit 1dac678

Please sign in to comment.