Fix links from transactions to block explorer
This commit is contained in:
parent
f1f0c15548
commit
23f99d2bb9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class TransactionList extends React.PureComponent {
|
||||||
<td>
|
<td>
|
||||||
<a
|
<a
|
||||||
className="button-text"
|
className="button-text"
|
||||||
href={"https://explorer.lbry.io/#!/transaction?id=" + item.id}
|
href={"https://explorer.lbry.io/#!/transaction/" + item.id}
|
||||||
>
|
>
|
||||||
{item.id.substr(0, 7)}
|
{item.id.substr(0, 7)}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue