Skip to content

Commit

Permalink
KEEP-1349: fix explorer link
Browse files Browse the repository at this point in the history
  • Loading branch information
domnikov-timofei authored and faergeek committed May 3, 2023
1 parent f105c0d commit ffdd7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/pages/assets/assetInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function AssetInfo({ asset, onCopy, onClose }: Props) {
rel="noopener noreferrer"
className="link black"
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
href={getAssetDetailLink(networkCode!, asset.originTransactionId)}
href={getAssetDetailLink(networkCode!, asset.id)}
target="_blank"
>
{t('assetInfo.viewDetailsInExplorer')}
Expand Down

0 comments on commit ffdd7d2

Please sign in to comment.