Skip to content

Commit

Permalink
Merge pull request #56 from multiversx/fix-double-sc-icon
Browse files Browse the repository at this point in the history
Fix double SC Icon on Tx From
  • Loading branch information
radumojic authored Mar 21, 2024
2 parents 7321995 + 7818869 commit 4ca31b5
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 4ca31b5

Please sign in to comment.