Skip to content

Commit ffdd7d2

Browse files
domnikov-timofeifaergeek
authored andcommitted
KEEP-1349: fix explorer link
1 parent f105c0d commit ffdd7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/pages/assets/assetInfo.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function AssetInfo({ asset, onCopy, onClose }: Props) {
114114
rel="noopener noreferrer"
115115
className="link black"
116116
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
117-
href={getAssetDetailLink(networkCode!, asset.originTransactionId)}
117+
href={getAssetDetailLink(networkCode!, asset.id)}
118118
target="_blank"
119119
>
120120
{t('assetInfo.viewDetailsInExplorer')}

0 commit comments

Comments
 (0)