Skip to content

Commit

Permalink
Fix double SC Icon on Tx From
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Mar 21, 2024
1 parent 7321995 commit 7818869
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { useMatch, useNavigate } from 'react-router-dom';

import {
Denominate,
ScAddressIcon,
ShardSpan,
NetworkLink,
TimeAgo,
Expand All @@ -17,7 +16,6 @@ import {
CopyButton,
TransactionAction,
LoadingDots,
AccountName,
FormatUSD,
TransactionGuardianIcon,
AccountLink
Expand Down Expand Up @@ -280,7 +278,6 @@ export const TransactionInfo = ({

<DetailItem title='From'>
<div className='d-flex align-items-center'>
<ScAddressIcon initiator={transaction.sender} />
{addressIsBech32(transaction.sender) ? (
<>
<AccountLink
Expand Down

0 comments on commit 7818869

Please sign in to comment.