Skip to content

Commit

Permalink
feat: replace L2 with network name (#1318)
Browse files Browse the repository at this point in the history
  • Loading branch information
fionnachan authored Nov 28, 2023
1 parent eaad8cd commit 454978a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ export function TokenRow({
/>
) : (
<span className="text-xs text-gray-900">
This token hasn&apos;t been bridged to L2.
This token hasn&apos;t been bridged to{' '}
{getNetworkName(l2Network.id)}.
</span>
)}
</>
Expand Down

1 comment on commit 454978a

@vercel
Copy link

@vercel vercel bot commented on 454978a Nov 28, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.