Skip to content

Commit

Permalink
fix: remove unnecessary type assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrsoares committed Nov 29, 2023
1 parent 15d17c8 commit 12c4781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const TransactionItem: FC<{
target="_blank"
rel="noopener noreferrer"
>
{maskAddress(tx.hash as `0x${string}`, {
{maskAddress(tx.hash, {
segmentA: 12,
segmentB: 52,
})}{" "}
Expand Down

2 comments on commit 12c4781

@vercel
Copy link

@vercel vercel bot commented on 12c4781 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-ui – ./packages/ui

axelar-ui-git-main-axelar-network.vercel.app
axelar-ui-axelar-network.vercel.app
ui.axelar.dev
axelar-ui.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 12c4781 Nov 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

axelar-registry – ./apps/registry

axelar-registry-axelar-network.vercel.app
axelar-registry-git-main-axelar-network.vercel.app

Please sign in to comment.