Skip to content

Commit

Permalink
Merge pull request #340 from AelfScanProject/feature/tg-bot
Browse files Browse the repository at this point in the history
fix: fix contract
  • Loading branch information
simon-bai authored Oct 24, 2024
2 parents 8ed460b + c0ec7c1 commit 1bdb951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_components/ContractToken/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export default function ContractToken({
</EPTooltip>
<EPTooltip
title={
<div>
<div>Contract Name:{name}</div>
<div className="break-all">
<div className="break-all">Contract Name: {name}</div>
<div>({addressFormat(address, chainId)})</div>
</div>
}
Expand Down

0 comments on commit 1bdb951

Please sign in to comment.