Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/multiversx/mx-explorer-dapp i…
Browse files Browse the repository at this point in the history
…nto development
  • Loading branch information
radumojic committed Mar 26, 2024
2 parents b89683b + 4ca31b5 commit 7941d74
Showing 1 changed file with 0 additions and 2 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 Down Expand Up @@ -272,7 +271,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 7941d74

Please sign in to comment.