Skip to content
This repository has been archived by the owner on Feb 2, 2025. It is now read-only.

Commit

Permalink
Merge pull request #302 from TrueBlocks/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tjayrush authored May 25, 2023
2 parents 4307a02 + 9487408 commit eb28a4f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/views/Dashboard/Tabs/Details/SubTabs/Charts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ const ChartTitle = ({ index, asset }: { asset: GetChartItemsResult[0]; index: nu
);
if (!assetName) {
links.push(
<a target='_blank' href={`${apiProvider}/names?chain=${chain}&autoname=${asset.assetAddress}`} rel='noreferrer'>
<a
target='_blank'
href={`${apiProvider}/names?chain=${chain.chain}&autoname=${asset.assetAddress}`}
rel='noreferrer'
>
Name
</a>,
);
Expand Down

0 comments on commit eb28a4f

Please sign in to comment.