Skip to content

Commit

Permalink
one more place with filecoin (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
isstuev authored Nov 11, 2024
1 parent 05dd4af commit 4534c88
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/address/details/AddressImplementations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ const AddressImplementations = ({ data, isLoading }: Props) => {
{ data.map((item) => (
<AddressEntity
key={ item.address }
address={{ hash: item.address, name: item.name, is_contract: true }}
address={{
hash: item.address,
filecoin: { robust: item.filecoin_robust_address },
name: item.name,
is_contract: true,
}}
isLoading={ isLoading }
noIcon
/>
Expand Down

0 comments on commit 4534c88

Please sign in to comment.