Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Aug 25, 2023
2 parents fc22417 + a28b026 commit 28fdd4f
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 28fdd4f

Please sign in to comment.